Home
last modified time | relevance | path

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

/art/runtime/base/
Dhash_set.h261 if (emptyfn_.IsEmpty(next_element)) { in Erase()
262 emptyfn_.MakeEmpty(ElementForIndex(empty_index)); in Erase()
351 if (!emptyfn_.IsEmpty(element)) { in TotalProbeDistance()
373 if (!emptyfn_.IsEmpty(element)) { in Verify()
375 emptyfn_.MakeEmpty(temp); in Verify()
421 if (emptyfn_.IsEmpty(slot)) { in FindIndex()
432 return emptyfn_.IsEmpty(ElementForIndex(index)); in IsFreeSlot()
446 emptyfn_.MakeEmpty(data_[i]); in AllocateStorage()
486 if (!emptyfn_.IsEmpty(element)) { in Resize()
499 while (!emptyfn_.IsEmpty(data_[index])) { in FirstAvailableSlot()
[all …]