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

  /art/runtime/base/
hash_set_test.cc 343 CHECK_GE(hash_set.ElementsUntilExpand(), size);
354 CHECK_GE(hash_set.ElementsUntilExpand(), size);
hash_set.h 511 // The hash set expands when Size() reaches ElementsUntilExpand().
512 size_t ElementsUntilExpand() const {

Completed in 56 milliseconds