Searched defs:FullLookupType (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DHashTable.h366 typedef pair<LookupType, unsigned> FullLookupType; typedef in class:WTF::HashTable
369 template<typename T, typename HashTranslator> FullLookupType fullLookupForWriting(const T&);
390 FullLookupType makeLookupResult(ValueType* position, bool found, unsigned hash)
391 { return FullLookupType(LookupType(position, found), hash); }
578 inline typename HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::FullLookupType HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::fullLookupForWriting(const T& key)
726 FullLookupType lookupResult = fullLookupForWriting<T, HashTranslator>(key);

Completed in 22 milliseconds