Searched refs:IndexForHash (Results 1 – 1 of 1) sorted by relevance
432 size_t next_ideal_index = IndexForHash(next_hash); in erase()566 size_t ideal_location = IndexForHash(hashfn_(element)); in TotalProbeDistance()591 size_t first_slot = FirstAvailableSlot(IndexForHash(hashfn_(temp))); in Verify()649 size_t IndexForHash(size_t hash) const { in IndexForHash() function682 size_t index = IndexForHash(hash); in FindIndexImpl()745 data_[FirstAvailableSlot(IndexForHash(hashfn_(element)))] = std::move(element); in Resize()