/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | scalar_analysis_nodes.h | 99 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
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | scalar_analysis_nodes.h | 99 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
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | scalar_analysis_nodes.h | 99 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
|
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/ |
H A D | cxfa_node.h | 193 T* GetChild(size_t index, XFA_Element eType, bool bOnlyChild) { in GetChild() function 198 const T* GetChild(size_t index, XFA_Element eType, bool bOnlyChild) const { in GetChild() function
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | child_table.hpp | 90 Child *GetChild(void) { return mItem; } in GetChild() function in ot::ChildTable::Iterator
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
H A D | ITree.cs | 52 ITree GetChild(int i); in GetChild() method
|
H A D | CommonTreeAdaptor.cs | 174 public override object GetChild(object t, int i) { in GetChild() method in Antlr.Runtime.Tree.CommonTreeAdaptor
|
H A D | BaseTree.cs | 141 public virtual ITree GetChild(int i) { in GetChild() method in Antlr.Runtime.Tree.BaseTree
|
H A D | ITreeAdaptor.cs | 283 object GetChild(object t, int i); in GetChild() method
|
H A D | BaseTreeAdaptor.cs | 239 public virtual object GetChild(object t, int i) { in GetChild() method in Antlr.Runtime.Tree.BaseTreeAdaptor
|
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
H A D | Antlr.Runtime.Tree.pas | 288 function GetChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; in GetChild() function 461 function GetChild(const I: Integer): ITree; in GetChild() function 1154 function GetChild(const I: Integer): ITree; virtual; 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 TBaseTree.GetChild() function 2797 function TBaseTreeAdaptor.GetChild(const T: IANTLRInterface; in TBaseTreeAdaptor.GetChild() function 2907 function TCommonTreeAdaptor.GetChild(const T: IANTLRInterface; in TCommonTreeAdaptor.GetChild() function
|
/aosp_15_r20/external/perfetto/src/profiling/common/ |
H A D | callstack_trie.cc | 140 GlobalCallstackTrie::Node* GlobalCallstackTrie::Node::GetChild( in GetChild() function in perfetto::profiling::GlobalCallstackTrie::Node
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/ |
H A D | message_test.cc | 47 const TestMessage* GetChild(int i) const { in GetChild() function in tflite::testing::__anond5ddf46d0111::TestMessage
|
/aosp_15_r20/external/armnn/src/armnn/ |
H A D | JsonPrinter.hpp | 64 JsonChildObject& GetChild(const unsigned int index) in GetChild() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ctc/ |
H A D | ctc_beam_entry.h | 69 BeamEntry<T, CTCBeamState>& GetChild(int ind) { in GetChild() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ctc/ |
H A D | ctc_beam_entry.h | 66 BeamEntry& GetChild(int ind) { in GetChild() function
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/ |
H A D | AcpiSystemDescriptionTable.h | 255 EFI_ACPI_GET_CHILD GetChild; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/ |
H A D | AcpiSystemDescriptionTable.h | 255 EFI_ACPI_GET_CHILD GetChild; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/ |
H A D | AcpiSystemDescriptionTable.h | 255 EFI_ACPI_GET_CHILD GetChild; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/ |
H A D | AcpiSystemDescriptionTable.h | 258 EFI_ACPI_GET_CHILD GetChild; member
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/memory_tracker/ |
H A D | graph.cc | 133 Node* Node::GetChild(const std::string& name) const { in GetChild() function in perfetto::trace_processor::Node
|
H A D | graph_unittest.cc | 193 TEST(NodeTest, GetChild) { in TEST() argument
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
H A D | DebugTreeAdaptor.cs | 201 public virtual object GetChild(object t, int i) { in GetChild() method in Antlr.Runtime.Debug.DebugTreeAdaptor
|
/aosp_15_r20/external/cronet/net/disk_cache/memory/ |
H A D | mem_entry_impl.cc | 609 MemEntryImpl* MemEntryImpl::GetChild(int64_t offset, bool create) { in GetChild() function in disk_cache::MemEntryImpl
|
/aosp_15_r20/art/runtime/ |
H A D | subtype_check_test.cc | 126 MockClass* GetChild(size_t idx) const { in GetChild() function
|