Home
last modified time | relevance | path

Searched refs:emptyfn_ (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/libartbase/base/
H A Dhash_set.h224 emptyfn_(), in HashSet()
240 emptyfn_(other.emptyfn_), in HashSet()
260 emptyfn_(std::move(other.emptyfn_)), in HashSet()
300 emptyfn_.MakeEmpty(buffer[i]); in HashSet()
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()
706 emptyfn_.MakeEmpty(data_[i]); in AllocateStorage()
[all …]