Lines Matching refs:emptyfn_
162 emptyfn_(), in HashSet()
176 emptyfn_(other.emptyfn_), in HashSet()
196 emptyfn_(std::move(other.emptyfn_)), in HashSet()
330 if (emptyfn_.IsEmpty(next_element)) { in Erase()
331 emptyfn_.MakeEmpty(ElementForIndex(empty_index)); in Erase()
417 swap(emptyfn_, other.emptyfn_); in swap()
455 if (!emptyfn_.IsEmpty(element)) { in TotalProbeDistance()
477 if (!emptyfn_.IsEmpty(element)) { in Verify()
479 emptyfn_.MakeEmpty(temp); in Verify()
567 if (emptyfn_.IsEmpty(slot)) { in FindIndex()
578 return emptyfn_.IsEmpty(ElementForIndex(index)); in IsFreeSlot()
588 emptyfn_.MakeEmpty(data_[i]); in AllocateStorage()
626 if (!emptyfn_.IsEmpty(element)) { in Resize()
644 while (!emptyfn_.IsEmpty(data_[index])) { in FirstAvailableSlot()
672 EmptyFn emptyfn_; // IsEmpty/SetEmpty function. variable