Searched refs:hashfn_ (Results 1 – 1 of 1) sorted by relevance
157 hashfn_(), in HashSet()171 hashfn_(other.hashfn_), in HashSet()191 hashfn_(std::move(other.hashfn_)), in HashSet()331 const size_t next_hash = hashfn_(next_element); in Erase()368 return FindWithHash(key, hashfn_(key)); in Find()373 return FindWithHash(key, hashfn_(key)); in Find()388 InsertWithHash(element, hashfn_(element)); in Insert()392 DCHECK_EQ(hash, hashfn_(element)); in InsertWithHash()410 swap(hashfn_, other.hashfn_); in swap()450 size_t ideal_location = IndexForHash(hashfn_(element)); in TotalProbeDistance()[all …]