Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dbytestring.h188 uint32_t GetID() const { return AsStringView().GetID(); } in GetID() function
Dmaybe_owned_unittest.cpp22 int GetID() const { return id_; } in GetID() function in fxcrt::__anonfc0268b60111::PseudoDeletable
Dstring_view_template.h114 uint32_t GetID() const { in GetID() function
Dbytestring_unittest.cpp1091 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/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeHeader.h112 Tag GetID() const { return ID; } in GetID() function
/external/swiftshader/third_party/llvm-7.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/libcxx/test/support/
Dcontainer_test_types.h118 static ID const& GetID() { static ID id(&dummy_addr); return 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/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc717 static PyObject* GetID(PyBaseDescriptor *self, void *closure) { in GetID() function
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc964 tensorflow::int64 GetID() const { return id_; } in GetID() function in PyTapeTensor