Home
last modified time | relevance | path

Searched defs:GetID (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/core/fxcrt/
Dbytestring.h207 uint32_t GetID() const { return AsStringView().GetID(); } in GetID() function
Dstring_view_template.h148 uint32_t GetID() const { in GetID() function
Dmaybe_owned_unittest.cpp21 int GetID() const { return id_; } in GetID() function in fxcrt::__anon7c6392720111::PseudoDeletable
Dbytestring_unittest.cpp1292 TEST(ByteStringView, GetID) { in TEST() argument
/external/google-breakpad/src/client/mac/crash_generation/
DInspector.h104 const char *GetID() { return minidump_id_; } in GetID() function
/external/pdfium/core/fpdfdoc/
Dcpdf_structelement.cpp59 absl::optional<WideString> CPDF_StructElement::GetID() const { in GetID() function in CPDF_StructElement
/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
Dop_builder.cc193 int OpBuilder::GetID() const { return node_id_; } in GetID() function in tflite::delegates::coreml::OpBuilder
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeHeader.h108 Tag GetID() const { return ID; } in GetID() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp209 Function *GetID = Intrinsic::getDeclaration(GV->getParent(), in lowerGlobal() local
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp209 Function *GetID = Intrinsic::getDeclaration(GV->getParent(), in lowerGlobal() local
/external/skia/tools/
DToolUtils.h223 static uint32_t GetID(TopoTestNode* node) { return node->id(); } in GetID() function
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dcontainer_test_types.h121 static ID const& GetID() { static ID id(&dummy_addr); return id; } in GetID() function
/external/libcxx/test/support/
Dcontainer_test_types.h118 static ID const& GetID() { static ID id(&dummy_addr); return id; } in GetID() function
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dop_builder.h129 int GetID() const { return op_node_.node_id; } in GetID() function
/external/vixl/test/
Dtest-pool-manager.cc122 int GetID() { return id_; } in GetID() function in TestObject
224 int GetID() { return id_; } in GetID() function in TestBranchObject
/external/pdfium/fpdfsdk/
Dfpdf_structtree_embeddertest.cpp225 TEST_F(FPDFStructTreeEmbedderTest, GetID) { in TEST_F() argument
/external/tensorflow/tensorflow/c/eager/
Dgradients.cc85 int64_t TapeTensor::GetID() const { return ToId(handle_); } in GetID() function in tensorflow::gradients::TapeTensor
/external/mesa3d/src/imgui/
Dimgui.cpp2566 ImGuiID ImGuiWindow::GetID(const char* str, const char* str_end) in GetID() function in ImGuiWindow
2574 ImGuiID ImGuiWindow::GetID(const void* ptr) in GetID() function in ImGuiWindow
6511 ImGuiID ImGui::GetID(const char* str_id) in GetID() function in ImGui
6517 ImGuiID ImGui::GetID(const char* str_id_begin, const char* str_id_end) in GetID() function in ImGui
6523 ImGuiID ImGui::GetID(const void* ptr_id) in GetID() function in ImGui
/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc792 static PyObject* GetID(PyBaseDescriptor *self, void *closure) { in GetID() function
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc792 static PyObject* GetID(PyBaseDescriptor *self, void *closure) { in GetID() function
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1210 int64_t GetID() const { return id_; } in GetID() function in PyTapeTensor