Searched refs:FindIndexImpl (Results 1 – 1 of 1) sorted by relevance
532 size_t index = FindIndexImpl(element, hash, find_fail_fn); in InsertWithHash()556 size_t index = FindIndexImpl</*kCanFind=*/ false>(element, hash, find_fail_fn); in PutWithHash()714 return FindIndexImpl(element, hash, fail_fn); in FindIndex()720 size_t FindIndexImpl(const K& element, size_t hash, FailFn fail_fn) const { in FindIndexImpl() function