Home
last modified time | relevance | path

Searched defs:GetChild (Results 1 – 24 of 24) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DITree.cs54 ITree GetChild( int i ); in GetChild() method
DBaseTree.cs169 public virtual ITree GetChild( int i ) in GetChild() method in Antlr.Runtime.Tree.BaseTree
DITreeAdaptor.cs303 object GetChild( object t, int i ); in GetChild() method
DBaseTreeAdaptor.cs308 public virtual object GetChild( object t, int i ) in GetChild() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DITree.cs52 ITree GetChild(int i); in GetChild() method
DCommonTreeAdaptor.cs174 public override object GetChild(object t, int i) { in GetChild() method in Antlr.Runtime.Tree.CommonTreeAdaptor
DBaseTree.cs141 public virtual ITree GetChild(int i) { in GetChild() method in Antlr.Runtime.Tree.BaseTree
DITreeAdaptor.cs283 object GetChild(object t, int i); in GetChild() method
DBaseTreeAdaptor.cs239 public virtual object GetChild(object t, int i) { in GetChild() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/external/armnn/src/armnn/
DJsonPrinter.hpp41 JsonChildObject& GetChild(const unsigned int index) in GetChild() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dscalar_analysis_nodes.h99 inline SENode* GetChild(size_t index) { return children_[index]; } in GetChild() function
100 inline const SENode* GetChild(size_t index) const { return children_[index]; } in GetChild() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis_nodes.h99 inline SENode* GetChild(size_t index) { return children_[index]; } in GetChild() function
100 inline const SENode* GetChild(size_t index) const { return children_[index]; } in GetChild() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dscalar_analysis_nodes.h99 inline SENode* GetChild(size_t index) { return children_[index]; } in GetChild() function
100 inline const SENode* GetChild(size_t index) const { return children_[index]; } in GetChild() function
/external/perfetto/src/profiling/common/
Dcallstack_trie.cc140 GlobalCallstackTrie::Node* GlobalCallstackTrie::Node::GetChild( in GetChild() function in perfetto::profiling::GlobalCallstackTrie::Node
/external/tensorflow/tensorflow/lite/testing/
Dmessage_test.cc46 const TestMessage* GetChild(int i) const { in GetChild() function in tflite::testing::__anon9e9b52a30111::TestMessage
/external/tensorflow/tensorflow/lite/kernels/ctc/
Dctc_beam_entry.h66 BeamEntry& GetChild(int ind) { in GetChild() function
/external/tensorflow/tensorflow/core/util/ctc/
Dctc_beam_entry.h69 BeamEntry<T, CTCBeamState>& GetChild(int ind) { in GetChild() function
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
DITreeAdaptor`1.cs271 T GetChild(T t, int i); in GetChild() method
/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph.cc133 Node* Node::GetChild(const std::string& name) const { in GetChild() function in perfetto::trace_processor::Node
Dgraph_unittest.cc193 TEST(NodeTest, GetChild) { in TEST() argument
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs201 public virtual object GetChild(object t, int i) { in GetChild() method in Antlr.Runtime.Debug.DebugTreeAdaptor
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas461 function GetChild(const I: Integer): ITree; in GetChild() function
1295 function GetChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; virtual; in GetChild() function
1326 function GetChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; override; in GetChild() function
2236 function TBaseTree.GetChild(const I: Integer): ITree; in GetChild() function
2797 function TBaseTreeAdaptor.GetChild(const T: IANTLRInterface; in GetChild() function
2907 function TCommonTreeAdaptor.GetChild(const T: IANTLRInterface; in GetChild() function
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h164 T* GetChild(size_t index, XFA_Element eType, bool bOnlyChild) { in GetChild() function
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeAdaptor.cs260 public virtual object GetChild( object t, int i ) in GetChild() method in Antlr.Runtime.Debug.DebugTreeAdaptor