Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/mac/crash_generation/
DInspector.h104 const char *GetID() { return minidump_id_; } in GetID() function
/external/pdfium/core/fxcrt/
Dcfx_maybe_owned_unittest.cpp22 int GetID() const { return id_; } in GetID() function in __anon2cd0086c0111::PseudoDeletable
Dfx_basic_bstring.cpp959 uint32_t CFX_ByteString::GetID(FX_STRSIZE start_pos) const { in GetID() function in CFX_ByteString
/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/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc717 static PyObject* GetID(PyBaseDescriptor *self, void *closure) { in GetID() function