Searched refs:hash_value (Results 1 – 1 of 1) sorted by relevance
67 T* Lookup(const Key& key, uint32_t hash_value) const;147 T* HashTable<Key, T, Hash>::Partition::Lookup(const Key& key, uint32_t hash_value) const { in Lookup() argument148 assert(hash_value == hasher_.Hash(key)); in Lookup()149 Index bucket_index = hash_value % hash_buckets_; in Lookup()193 auto hash_value = hasher_.Hash(key); in Lookup() local195 auto value = full_table_->Lookup(key, hash_value); in Lookup()200 return insertion_table_->Lookup(key, hash_value); in Lookup()