Home
last modified time | relevance | path

Searched defs:GetParent (Results 1 – 25 of 96) sorted by relevance

1234

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/
DValueObjectCast.h42 ValueObject *GetParent() override { in GetParent() function
46 const ValueObject *GetParent() const override { in GetParent() function
DValueObjectDynamicValue.h62 ValueObject *GetParent() override { in GetParent() function
66 const ValueObject *GetParent() const override { in GetParent() function
DValueObjectSyntheticFilter.h90 ValueObject *GetParent() override { in GetParent() function
94 const ValueObject *GetParent() const override { in GetParent() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/
DValueObjectCast.h42 ValueObject *GetParent() override { in GetParent() function
46 const ValueObject *GetParent() const override { in GetParent() function
DValueObjectDynamicValue.h62 ValueObject *GetParent() override { in GetParent() function
66 const ValueObject *GetParent() const override { in GetParent() function
DValueObjectSyntheticFilter.h90 ValueObject *GetParent() override { in GetParent() function
94 const ValueObject *GetParent() const override { in GetParent() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/
DValueObjectCast.h42 ValueObject *GetParent() override { in GetParent() function
46 const ValueObject *GetParent() const override { in GetParent() function
DValueObjectDynamicValue.h62 ValueObject *GetParent() override { in GetParent() function
66 const ValueObject *GetParent() const override { in GetParent() function
DValueObjectSyntheticFilter.h90 ValueObject *GetParent() override { in GetParent() function
94 const ValueObject *GetParent() const override { in GetParent() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/
DValueObjectCast.h42 ValueObject *GetParent() override { in GetParent() function
46 const ValueObject *GetParent() const override { in GetParent() function
DValueObjectDynamicValue.h62 ValueObject *GetParent() override { in GetParent() function
66 const ValueObject *GetParent() const override { in GetParent() function
DValueObjectSyntheticFilter.h90 ValueObject *GetParent() override { in GetParent() function
94 const ValueObject *GetParent() const override { in GetParent() function
/aosp_15_r20/external/armnn/src/backends/cl/
H A DClTensorHandle.hpp85 virtual ITensorHandle* GetParent() const override { return nullptr; } in GetParent() function in armnn::ClTensorHandle
256 virtual ITensorHandle* GetParent() const override { return parentHandle; } in GetParent() function in armnn::ClSubTensorHandle
H A DClImportTensorHandle.hpp60 virtual ITensorHandle* GetParent() const override { return nullptr; } in GetParent() function in armnn::ClImportTensorHandle
362 virtual ITensorHandle* GetParent() const override { return parentHandle; } in GetParent() function in armnn::ClImportSubTensorHandle
/aosp_15_r20/external/armnn/src/backends/neon/
H A DNeonTensorHandle.hpp73 virtual ITensorHandle* GetParent() const override { return nullptr; } in GetParent() function in armnn::NeonTensorHandle
297 virtual ITensorHandle* GetParent() const override { return parentHandle; } in GetParent() function in armnn::NeonSubTensorHandle
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_descriptor.h175 inline Loop* GetParent() { return parent_; } in GetParent() function
176 inline const Loop* GetParent() const { return parent_; } in GetParent() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dloop_descriptor.h175 inline Loop* GetParent() { return parent_; } in GetParent() function
176 inline const Loop* GetParent() const { return parent_; } in GetParent() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_descriptor.h175 inline Loop* GetParent() { return parent_; } in GetParent() function
176 inline const Loop* GetParent() const { return parent_; } in GetParent() function
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas306 function GetParent(const T: IANTLRInterface): IANTLRInterface; in GetParent() function
442 function GetParent: ITree; in GetParent() function
541 function GetParent: ITree; in GetParent() function
1138 function GetParent: ITree; virtual; in GetParent() function
1225 function GetParent: ITree; override; in GetParent() function
1299 function GetParent(const T: IANTLRInterface): IANTLRInterface; virtual; abstract; in GetParent() function
1328 function GetParent(const T: IANTLRInterface): IANTLRInterface; override; in GetParent() function
2273 function TBaseTree.GetParent: ITree; in GetParent() function
2515 function TCommonTree.GetParent: ITree; in GetParent() function
2945 function TCommonTreeAdaptor.GetParent( in GetParent() function
/aosp_15_r20/art/runtime/mirror/
H A Dclass_loader-inl.h28 inline ObjPtr<ClassLoader> ClassLoader::GetParent() { in GetParent() function
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_traversestrategy_xfacontainernode.h21 static CXFA_Node* GetParent(CXFA_Node* pTemplateNode) { in GetParent() function
H A Dcxfa_traversestrategy_xfanode.h20 static inline CXFA_Node* GetParent(CXFA_Node* pTemplateNode) { in GetParent() function
/aosp_15_r20/external/pdfium/xfa/fxfa/layout/
H A Dcxfa_traversestrategy_layoutitem.h21 static CXFA_LayoutItem* GetParent(CXFA_LayoutItem* pLayoutItem) { in GetParent() function
/aosp_15_r20/external/armnn/src/backends/reference/
H A DRefTensorHandle.hpp28 virtual ITensorHandle* GetParent() const override in GetParent() function in armnn::RefTensorHandle
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_object_walker.h46 const CPDF_Object* GetParent() const { return parent_object_.Get(); } in GetParent() function

1234