Searched refs:hashfn_ (Results 1 – 2 of 2) sorted by relevance
205 hashfn_(), in HashSet()219 hashfn_(other.hashfn_), in HashSet()239 hashfn_(std::move(other.hashfn_)), in HashSet()381 const size_t next_hash = hashfn_(next_element); in erase()418 return FindWithHash(key, hashfn_(key)); in find()423 return FindWithHash(key, hashfn_(key)); in find()448 return InsertWithHash(element, hashfn_(element)); in insert()451 return InsertWithHash(std::move(element), hashfn_(element)); in insert()456 DCHECK_EQ(hash, hashfn_(element)); in InsertWithHash()471 swap(hashfn_, other.hashfn_); in swap()[all …]
83 ASSERT_TRUE(IsUint<32>(table.set_.hashfn_(str))); in TEST_F()