HomeSort by relevance Sort by last modified time
    Searched defs:GetID (Results 1 - 12 of 12) sorted by null

  /external/pdfium/core/fxcrt/
maybe_owned_unittest.cpp 22 int GetID() const { return id_; }
49 EXPECT_EQ(100, ptr->GetID());
66 EXPECT_EQ(200, ptr->GetID());
74 EXPECT_EQ(100, ptr->GetID());
77 EXPECT_EQ(300, ptr->GetID());
89 EXPECT_EQ(100, ptr->GetID());
103 EXPECT_EQ(300, ptr->GetID());
116 EXPECT_EQ(400, ptr->GetID());
161 EXPECT_EQ(100, ptr3->GetID());
162 EXPECT_EQ(200, ptr4->GetID());
    [all...]
bytestring.h 188 uint32_t GetID() const { return AsStringView().GetID(); }
string_view_template.h 114 uint32_t GetID() const {
  /external/google-breakpad/src/client/mac/crash_generation/
Inspector.h 104 const char *GetID() { return minidump_id_; }
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 209 Function *GetID = Intrinsic::getDeclaration(GV->getParent(),
211 Value *ThreadID = Builder.CreateCall(GetID, {});
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitcodeHeader.h 112 Tag GetID() const { return ID; }
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
container_test_types.h 118 static ID const& GetID() { static ID id(&dummy_addr); return id; }
137 inline constexpr TypeID const& makeTypeID() { return TypeInfo<T>::GetID(); }
  /external/libcxx/test/support/
container_test_types.h 118 static ID const& GetID() { static ID id(&dummy_addr); return id; }
137 inline constexpr TypeID const& makeTypeID() { return TypeInfo<T>::GetID(); }
  /external/vixl/test/
test-pool-manager.cc 124 int GetID() { return id_; }
229 int GetID() { return id_; }
398 ForwardReference<int32_t> *ref = CreateReference(object->GetID(),
410 ref = CreateReference(object->GetID(),
476 ForwardReference<int32_t> *ref = CreateReference(object->GetID(),
486 ref = CreateReference(object->GetID(),
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 717 static PyObject* GetID(PyBaseDescriptor *self, void *closure) {
894 { "id", (getter)GetID, NULL, "ID"},
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtsvr.h 398 virtual HRESULT WINAPI GetID(__LONG32 *pdwID) = 0;
422 HRESULT (WINAPI *GetID)(IAgentCommand *This,__LONG32 *pdwID);
448 #define IAgentCommand_GetID(This,pdwID) (This)->lpVtbl->GetID(This,pdwID)
513 HRESULT (WINAPI *GetID)(IAgentCommandEx *This,__LONG32 *pdwID);
543 #define IAgentCommandEx_GetID(This,pdwID) (This)->lpVtbl->GetID(This,pdwID)
    [all...]
tapi3if.h     [all...]

Completed in 448 milliseconds