Home
last modified time | relevance | path

Searched defs:AddChild (Results 1 – 25 of 38) sorted by relevance

12

/external/tensorflow/tensorflow/lite/testing/
Dmessage.h57 virtual Message* AddChild(const std::string& name) { return nullptr; } in AddChild() function
Dmessage_test.cc37 Message* AddChild(const std::string& name) override { in AddChild() function in tflite::testing::__anon6e82b0a00111::TestMessage
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dmessage.h60 virtual Message* AddChild(const std::string& name) { return nullptr; } in AddChild() function
/external/webrtc/webrtc/base/
Dtaskparent.cc45 void TaskParent::AddChild(Task *child) { in AddChild() function in rtc::TaskParent
/external/perfetto/src/traced/probes/filesystem/
Dprefix_finder.cc29 PrefixFinder::Node* PrefixFinder::Node::AddChild(std::string name) { in AddChild() function in perfetto::PrefixFinder::Node
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DITree.cs92 void AddChild(ITree t); in AddChild() method
DBaseTree.cs168 public virtual void AddChild(ITree t) { in AddChild() method in Antlr.Runtime.Tree.BaseTree
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DITree.cs97 void AddChild( ITree t ); in AddChild() method
DBaseTree.cs199 public virtual void AddChild( ITree t ) in AddChild() method in Antlr.Runtime.Tree.BaseTree
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs116 public virtual void AddChild(object t, object child) { in AddChild() method in Antlr.Runtime.Debug.DebugTreeAdaptor
134 public virtual void AddChild(object t, IToken child) { in AddChild() method in Antlr.Runtime.Debug.DebugTreeAdaptor
DTraceDebugEventListener.cs107 public override void AddChild(object root, object child) { in AddChild() method in Antlr.Runtime.Debug.TraceDebugEventListener
DIDebugEventListener.cs372 void AddChild(object root, object child); in AddChild() method
DBlankDebugEventListener.cs122 public virtual void AddChild(object root, object child) { in AddChild() method in Antlr.Runtime.Debug.BlankDebugEventListener
DDebugEventRepeater.cs152 public virtual void AddChild(object root, object child) { in AddChild() method in Antlr.Runtime.Debug.DebugEventRepeater
DDebugEventHub.cs283 public virtual void AddChild(object root, object child) { in AddChild() method in Antlr.Runtime.Debug.DebugEventHub
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DTraceDebugEventListener.cs121 public override void AddChild( object root, object child ) in AddChild() method in Antlr.Runtime.Debug.TraceDebugEventListener
DDebugTreeAdaptor.cs150 public virtual void AddChild( object t, object child ) in AddChild() method in Antlr.Runtime.Debug.DebugTreeAdaptor
172 public virtual void AddChild( object t, IToken child ) in AddChild() method in Antlr.Runtime.Debug.DebugTreeAdaptor
DBlankDebugEventListener.cs155 public virtual void AddChild( object root, object child ) in AddChild() method in Antlr.Runtime.Debug.BlankDebugEventListener
DDebugEventRepeater.cs185 public virtual void AddChild( object root, object child ) in AddChild() method in Antlr.Runtime.Debug.DebugEventRepeater
DDebugEventHub.cs346 public virtual void AddChild( object root, object child ) in AddChild() method in Antlr.Runtime.Debug.DebugEventHub
/external/protobuf/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.h147 void AddChild(Node* child) { children_.push_back(child); } in AddChild() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis_nodes.h64 virtual inline void AddChild(SENode* child) { in AddChild() function
225 inline void AddChild(SENode*) final { in AddChild() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dscalar_analysis_nodes.h64 virtual inline void AddChild(SENode* child) { in AddChild() function
225 inline void AddChild(SENode*) final { in AddChild() function
/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutitem.cpp163 void CXFA_LayoutItem::AddChild(CXFA_LayoutItem* pChildItem) { in AddChild() function in CXFA_LayoutItem
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
DIDebugEventListener.cs374 void AddChild( object root, object child ); in AddChild() method

12