Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/include/clang/AST/
DTextNodeDumper.h50 template <typename Fn> void AddChild(Fn DoAddChild) { in AddChild() function
56 template <typename Fn> void AddChild(StringRef Label, Fn DoAddChild) { in AddChild() function
DJSONNodeDumper.h43 template <typename Fn> void AddChild(Fn DoAddChild) { in AddChild() function
49 template <typename Fn> void AddChild(StringRef Label, Fn DoAddChild) { in AddChild() function
/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::__anon53f1437e0111::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/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
DDebugEventHub.cs283 public virtual void AddChild(object root, object child) { in AddChild() method in Antlr.Runtime.Debug.DebugEventHub
/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/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.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.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
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dscalar_analysis_nodes.h64 virtual inline void AddChild(SENode* child) { in AddChild() function
227 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
227 inline void AddChild(SENode*) final { in AddChild() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis_nodes.h64 virtual inline void AddChild(SENode* child) { in AddChild() function
227 inline void AddChild(SENode*) final { in AddChild() function
/external/perfetto/src/profiling/common/
Dcallstack_trie.cc127 GlobalCallstackTrie::Node* GlobalCallstackTrie::Node::AddChild( in AddChild() function in perfetto::profiling::GlobalCallstackTrie::Node
/external/protobuf/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.h165 void AddChild(Node* child) { children_.push_back(child); } in AddChild() function
/external/tensorflow/tensorflow/core/profiler/utils/
Dgroup_events.h76 void AddChild(EventNode* child) { in AddChild() function
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
DIDebugEventListener.cs374 void AddChild( object root, object child ); in AddChild() method

12