Searched refs:hashfn_ (Results 1 – 2 of 2) sorted by relevance
231 hashfn_(hashfn), in HashSet()247 hashfn_(other.hashfn_), in HashSet()267 hashfn_(std::move(other.hashfn_)), in HashSet()306 hashfn_(hashfn), in HashSet()447 const size_t next_hash = hashfn_(next_element); in erase()484 return FindWithHash(key, hashfn_(key)); in find()489 return FindWithHash(key, hashfn_(key)); in find()514 return InsertWithHash(element, hashfn_(element)); in insert()517 return InsertWithHash(std::move(element), hashfn_(element)); in insert()522 DCHECK_EQ(hash, hashfn_(element)); in InsertWithHash()[all …]
91 ASSERT_TRUE(IsUint<32>(table.set_.hashfn_(GcRoot<mirror::String>(str)))); in TEST_F()