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

  /art/runtime/base/
allocator.h 136 TrackedAllocators::RegisterAllocation(GetTag(), size);
143 TrackedAllocators::RegisterFree(GetTag(), size);
147 static constexpr AllocatorTag GetTag() {
  /external/pdfium/xfa/src/fdp/src/css/
fde_csscache.h 44 IFDE_CSSTagProvider* GetTag() const { return pTag; }
fde_csscache.cpp 145 FXSYS_assert(pItem && pItem->GetTag() == pTag);
fde_cssstyleselector.cpp 320 FXSYS_assert(pCache != NULL && pCache->GetTag() == pTag);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dvbsiparser.h 354 STDMETHOD_(HRESULT,GetTag)(THIS_ BYTE *pbVal) PURE;
368 #define IDvbComponentDescriptor_GetTag(This,pbVal) (This)->lpVtbl->GetTag(This,pbVal)
393 STDMETHOD_(HRESULT,GetTag)(THIS_ BYTE *pbVal) PURE;
405 #define IDvbContentDescriptor_GetTag(This,pbVal) (This)->lpVtbl->GetTag(This,pbVal)
428 STDMETHOD_(HRESULT,GetTag)(THIS_ BYTE *pbVal) PURE;
439 #define IDvbContentIdentifierDescriptor_GetTag(This,pbVal) (This)->lpVtbl->GetTag(This,pbVal)
465 STDMETHOD_(HRESULT,GetTag)(THIS_ BYTE *pbVal) PURE;
481 #define IDvbDataBroadcastDescriptor_GetTag(This,pbVal) (This)->lpVtbl->GetTag(This,pbVal)
506 STDMETHOD_(HRESULT,GetTag)(THIS_ BYTE *pbVal) PURE;
517 #define IDvbDataBroadcastIDDescriptor_GetTag(This,pbVal) (This)->lpVtbl->GetTag(This,pbVal
    [all...]
mpeg2psiparser.h 196 STDMETHOD_(HRESULT,GetTag)(THIS_ BYTE *pbVal) PURE;
207 #define IGenericDescriptor_GetTag(This,pbVal) (This)->lpVtbl->GetTag(This,pbVal)
  /external/libchrome/sandbox/win/src/
crosscall_params.h 109 uint32_t GetTag() const { return tag_; }
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 621 // if (iter.GetTag() == SHT_NEEDED) {
650 typename ELF::Off GetTag() {
679 if (iter.GetTag() == DT_SONAME) {
694 if (iter.GetTag() == DT_NEEDED) {
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 667 const Tag* GetTag(int index) const;
mkvparser.cpp     [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 754 const Tag* GetTag(int index) const;
mkvparser.cc     [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.h 314 const char* GetTag(Object* obj);
heap-snapshot-generator.cc 762 const char* HeapObjectsSet::GetTag(Object* obj) {
821 const char* tag = objects_tags_.GetTag(object);
    [all...]

Completed in 615 milliseconds