Home
last modified time | relevance | path

Searched defs:SetParent (Results 1 – 18 of 18) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_structelement.h41 void SetParent(CPDF_StructElement* pParentElement) { in SetParent() function
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DCommonTreeAdaptor.cs195 public override void SetParent(object t, object parent) { in SetParent() method in Antlr.Runtime.Tree.CommonTreeAdaptor
DITreeAdaptor.cs301 void SetParent(object t, object parent); in SetParent() method
DBaseTreeAdaptor.cs312 public abstract void SetParent(object t, object parent); in SetParent() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/external/pdfium/core/fxcrt/
Dtree_node.h148 inline void SetParent(T* pParent) { in SetParent() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dbasic_block.h63 void SetParent(Function* function) { function_ = function; } in SetParent() function
Dloop_descriptor.h297 inline void SetParent(Loop* parent) { parent_ = parent; } in SetParent() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dbasic_block.h63 void SetParent(Function* function) { function_ = function; } in SetParent() function
Dloop_descriptor.h297 inline void SetParent(Loop* parent) { parent_ = parent; } in SetParent() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dbasic_block.h63 void SetParent(Function* function) { function_ = function; } in SetParent() function
Dloop_descriptor.h297 inline void SetParent(Loop* parent) { parent_ = parent; } in SetParent() function
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas443 procedure SetParent(const Value: ITree); procedure
542 procedure SetParent(const Value: ITree); procedure
1226 procedure SetParent(const Value: ITree); override; procedure
1300 procedure SetParent(const T, Parent: IANTLRInterface); virtual; abstract; procedure
1329 procedure SetParent(const T, Parent: IANTLRInterface); override; procedure
2407 procedure TBaseTree.SetParent(const Value: ITree); procedure
2572 procedure TCommonTree.SetParent(const Value: ITree); procedure
2992 procedure TCommonTreeAdaptor.SetParent(const T, Parent: IANTLRInterface); procedure
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs229 public virtual void SetParent(object t, object parent) { in SetParent() method in Antlr.Runtime.Debug.DebugTreeAdaptor
/external/armnn/src/timelineDecoder/
DJSONTimelineDecoder.cpp240 void JSONTimelineDecoder::JSONEntity::SetParent(JSONEntity& parent) in SetParent() function in armnn::timelinedecoder::JSONTimelineDecoder::JSONEntity
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dinline_test.cpp2183 TEST_F(InlineTest, SetParent) { in TEST_F() argument
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinline_test.cpp2183 TEST_F(InlineTest, SetParent) { in TEST_F() argument
/external/deqp-deps/SPIRV-Tools/test/opt/
Dinline_test.cpp2183 TEST_F(InlineTest, SetParent) { in TEST_F() argument
/external/clang/tools/libclang/
DCIndex.cpp490 SetParentRAII SetParent(Parent, StmtParent, Cursor); in VisitChildren() local
2777 SetParentRAII SetParent(Parent, StmtParent, LI.getParent()); in RunVisitorWorkList() local