Lines Matching refs:emptyfn_
206 emptyfn_(), in HashSet()
220 emptyfn_(other.emptyfn_), in HashSet()
240 emptyfn_(std::move(other.emptyfn_)), in HashSet()
376 if (emptyfn_.IsEmpty(next_element)) { in erase()
377 emptyfn_.MakeEmpty(ElementForIndex(empty_index)); in erase()
472 swap(emptyfn_, other.emptyfn_); in swap()
510 if (!emptyfn_.IsEmpty(element)) { in TotalProbeDistance()
532 if (!emptyfn_.IsEmpty(element)) { in Verify()
534 emptyfn_.MakeEmpty(temp); in Verify()
622 if (emptyfn_.IsEmpty(slot)) { in FindIndex()
633 return emptyfn_.IsEmpty(ElementForIndex(index)); in IsFreeSlot()
643 emptyfn_.MakeEmpty(data_[i]); in AllocateStorage()
681 if (!emptyfn_.IsEmpty(element)) { in Resize()
699 while (!emptyfn_.IsEmpty(data_[index])) { in FirstAvailableSlot()
736 EmptyFn emptyfn_; // IsEmpty/SetEmpty function. variable