Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhash_set.h527 bool find_failed = false; in InsertWithHash() local
529 find_failed = true; in InsertWithHash()
533 if (find_failed) { in InsertWithHash()
537 return std::make_pair(iterator(this, index), find_failed); in InsertWithHash()