Lines Matching refs:emptyfn_
224 emptyfn_(), in HashSet()
240 emptyfn_(other.emptyfn_), in HashSet()
260 emptyfn_(std::move(other.emptyfn_)), in HashSet()
300 emptyfn_.MakeEmpty(buffer[i]); in HashSet()
424 if (emptyfn_.IsEmpty(next_element)) { in erase()
425 emptyfn_.MakeEmpty(ElementForIndex(empty_index)); in erase()
527 swap(emptyfn_, other.emptyfn_); in swap()
565 if (!emptyfn_.IsEmpty(element)) { in TotalProbeDistance()
587 if (!emptyfn_.IsEmpty(element)) { in Verify()
589 emptyfn_.MakeEmpty(temp); in Verify()
685 if (emptyfn_.IsEmpty(slot)) { in FindIndexImpl()
696 return emptyfn_.IsEmpty(ElementForIndex(index)); in IsFreeSlot()
706 emptyfn_.MakeEmpty(data_[i]); in AllocateStorage()
744 if (!emptyfn_.IsEmpty(element)) { in Resize()
762 while (!emptyfn_.IsEmpty(data_[index])) { in FirstAvailableSlot()
799 EmptyFn emptyfn_; // IsEmpty/SetEmpty function. variable