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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
type_profiler_map.cc 102 const std::type_info* LookupType(const void* address) {
  /external/harfbuzz/src/
harfbuzz-open.h 135 HB_UShort LookupType; /* Lookup type */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-open.h 135 HB_UShort LookupType; /* Lookup type */
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTable.h 329 typedef std::pair<ValueType*, bool> LookupType;
330 typedef std::pair<LookupType, unsigned> FullLookupType;
332 LookupType lookupForWriting(const Key& key) { return lookupForWriting<IdentityTranslatorType>(key); };
334 template<typename HashTranslator, typename T> LookupType lookupForWriting(const T&);
351 { return FullLookupType(LookupType(position, found), hash); }
492 inline typename HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::LookupType HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::lookupForWriting(const T& key)
520 return LookupType(deletedEntry ? deletedEntry : entry, false);
523 return LookupType(entry, true);
529 return LookupType(deletedEntry ? deletedEntry : entry, false);
534 return LookupType(entry, true)
    [all...]

Completed in 281 milliseconds