Searched refs:IndexForHash (Results 1 – 1 of 1) sorted by relevance
390 size_t next_ideal_index = IndexForHash(next_hash); in erase()524 size_t ideal_location = IndexForHash(hashfn_(element)); in TotalProbeDistance()549 size_t first_slot = FirstAvailableSlot(IndexForHash(hashfn_(temp))); in Verify()607 size_t IndexForHash(size_t hash) const { in IndexForHash() function640 size_t index = IndexForHash(hash); in FindIndexImpl()703 data_[FirstAvailableSlot(IndexForHash(hashfn_(element)))] = std::move(element); in Resize()