HomeSort by relevance Sort by last modified time
    Searched refs:ElementsUntilExpand (Results 1 - 2 of 2) sorted by null

  /art/libartbase/base/
hash_set_test.cc 345 CHECK_GE(hash_set.ElementsUntilExpand(), size);
356 CHECK_GE(hash_set.ElementsUntilExpand(), size);
hash_set.h 572 // The hash set expands when Size() reaches ElementsUntilExpand().
573 size_t ElementsUntilExpand() const {

Completed in 98 milliseconds