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

  /external/pdfium/core/fxcrt/
cfx_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...]
fx_basic_bstring_unittest.cpp 777 EXPECT_EQ(0u, null_string.GetID());
778 EXPECT_EQ(0u, null_string.GetID(1));
779 EXPECT_EQ(0u, null_string.GetID(-1));
780 EXPECT_EQ(0u, null_string.GetID(-1000000));
783 EXPECT_EQ(0u, empty_string.GetID());
784 EXPECT_EQ(0u, empty_string.GetID(1));
785 EXPECT_EQ(0u, empty_string.GetID(-1));
786 EXPECT_EQ(0u, empty_string.GetID(-1000000));
789 EXPECT_EQ(FXBSTR_ID('a', 'b', 0, 0), short_string.GetID());
790 EXPECT_EQ(FXBSTR_ID('b', 0, 0, 0), short_string.GetID(1))
    [all...]
cfx_string_c_template.h 83 uint32_t GetID(FX_STRSIZE start_pos = 0) const {
fx_string.h 150 uint32_t GetID(FX_STRSIZE start_pos = 0) const;
fx_basic_bstring.cpp 959 uint32_t CFX_ByteString::GetID(FX_STRSIZE start_pos) const {
960 return AsStringC().GetID(start_pos);
  /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/pdfium/core/fpdfapi/page/
cpdf_generalstate.cpp 17 uint32_t id = ri.GetID();
31 switch (mode.GetID()) {
cpdf_allstates.cpp 58 uint32_t key = key_str.GetID();
cpdf_colorspace.cpp 372 uint32_t id = familyname.GetID();
    [all...]
  /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(); }
  /prebuilts/ndk/r13/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(); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
functiondiscoveryapi.h 57 STDMETHOD_(HRESULT,GetID)(THIS_ WCHAR **ppszCoMemIdentity) PURE;
70 #define IFunctionInstance_GetID(This,ppszCoMemIdentity) (This)->lpVtbl->GetID(This,ppszCoMemIdentity)
dskquota.h 69 STDMETHOD(GetID)(THIS_ ULONG *pulID) PURE;
sensorsapi.h 486 virtual HRESULT STDMETHODCALLTYPE GetID(
559 HRESULT (STDMETHODCALLTYPE *GetID)(
639 #define ISensor_GetID(This,pID) (This)->lpVtbl->GetID(This,pID)
667 return This->lpVtbl->GetID(This,pID);
    [all...]
wsdbase.h     [all...]
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...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/
lldbefi.py 539 debugger.HandleCommand("breakpoint command add -s python -F lldbefi.LoadEmulatorEfiSymbols {id}".format(id=Breakpoint.GetID()))
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 717 static PyObject* GetID(PyBaseDescriptor *self, void *closure) {
894 { "id", (getter)GetID, NULL, "ID"},
    [all...]

Completed in 1718 milliseconds