Home | History | Annotate | Download | only in wtf

Lines Matching full:hash

279         static unsigned hash(const Key& key) { return HashFunctions::hash(key); }
387 FullLookupType makeLookupResult(ValueType* position, bool found, unsigned hash)
388 { return FullLookupType(LookupType(position, found), hash); }
483 unsigned h = HashTranslator::hash(key);
531 unsigned h = HashTranslator::hash(key);
583 unsigned h = HashTranslator::hash(key);
643 unsigned h = HashTranslator::hash(key);
951 // Copy the hash table the dumb way, by adding each element to the new table.