OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LookupType
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
type_profiler_map.h
16
const std::type_info*
LookupType
(const void* address);
/external/chromium_org/base/allocator/
type_profiler_map_unittest.cc
27
type =
LookupType
(dummy.get());
31
type =
LookupType
(dummy.get());
36
type =
LookupType
(dummy.get());
46
type =
LookupType
(dummy.get());
56
type =
LookupType
(dummy.get());
62
type =
LookupType
(dummy.get());
72
type =
LookupType
(dummy.get());
77
type =
LookupType
(dummy.get());
82
type =
LookupType
(dummy.get());
87
type =
LookupType
(dummy.get())
[
all
...]
type_profiler_unittest.cc
61
type =
LookupType
(dummy);
66
type =
LookupType
(dummy);
74
type =
LookupType
(dummy);
80
type =
LookupType
(dummy);
91
type =
LookupType
(dummy[i]);
98
type =
LookupType
(dummy[i]);
109
type =
LookupType
(dummy_char);
116
type =
LookupType
(dummy_char);
128
type =
LookupType
(dummy_int);
134
type =
LookupType
(dummy_int)
[
all
...]
/external/clang/include/clang/Lex/
DirectoryLookup.h
54
///
LookupType
- This indicates whether this DirectoryLookup object is a
56
unsigned
LookupType
: 2;
71
LookupType
(isFramework ? LT_Framework : LT_NormalDir),
80
: DirCharacteristic(DT),
LookupType
(LT_HeaderMap),
87
LookupType_t getLookupType() const { return (LookupType_t)
LookupType
; }
/external/chromium_org/third_party/tcmalloc/chromium/src/
type_profiler_map.cc
102
const std::type_info*
LookupType
(const void* address) {
deep-heap-profile.cc
[
all
...]
heap-profile-table.cc
460
const std::type_info* type =
LookupType
(ptr);
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-arabic-win1256.hh
112
#define OT_LOOKUP(Name,
LookupType
, LookupFlag, SubLookupOffsets) \
114
OT_USHORT(
LookupType
) \
/external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h
313
TT_uint16_t
LookupType
;
317
TLookup():
LookupType
(0), LookupFlag(0), SubTableCount(0), SubTable(NULL) {}
ttgsubtable.cpp
131
if(LookupList.Lookup[index].
LookupType
== 1) {
313
rec->
LookupType
= GetUInt16(sp);
323
if(rec->
LookupType
!= 1) {
/external/chromium_org/third_party/WebKit/Source/wtf/
HashTable.h
502
typedef std::pair<ValueType*, bool>
LookupType
;
503
typedef std::pair<
LookupType
, unsigned> FullLookupType;
505
LookupType
lookupForWriting(const Key& key) { return lookupForWriting<IdentityTranslatorType>(key); };
507
template<typename HashTranslator, typename T>
LookupType
lookupForWriting(const T&);
531
{ return FullLookupType(
LookupType
(position, found), hash); }
682
inline typename HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator>::
LookupType
HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator>::lookupForWriting(const T& key)
701
return
LookupType
(deletedEntry ? deletedEntry : entry, false);
705
return
LookupType
(entry, true);
713
return
LookupType
(entry, true);
[
all
...]
/external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py
551
while lookup.SubTable[0].__class__.
LookupType
== extType:
663
subTableType = subtable.ExtSubTable.__class__.
LookupType
666
newExtSubTableClass = lookupTypes[overflowRecord.tableType][subtable.__class__.
LookupType
]
675
subTableType = subtable.__class__.
LookupType
746
cls.
LookupType
= enum
otBase.py
549
table["
LookupType
"])
591
if hasattr(self.__class__, '
LookupType
'):
592
writer['
LookupType
'].setValue(self.__class__.
LookupType
)
623
writer['
LookupType
'] = ref
/external/fonttools/Lib/fontTools/
merge.py
484
synthLookup.
LookupType
= 1
Completed in 485 milliseconds