Searched refs:IndexForHash (Results 1 – 1 of 1) sorted by relevance
450 size_t next_ideal_index = IndexForHash(next_hash); in erase()605 size_t ideal_location = IndexForHash(hashfn_(element)); in TotalProbeDistance()630 size_t first_slot = FirstAvailableSlot(IndexForHash(hashfn_(temp))); in Verify()688 size_t IndexForHash(size_t hash) const { in IndexForHash() function723 size_t index = IndexForHash(hash); in FindIndexImpl()788 data_[FirstAvailableSlot(IndexForHash(hashfn_(element)))] = std::move(element); in Resize()