Home
last modified time | relevance | path

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

/art/runtime/base/
Dhash_set.h123 elements_until_expand_ = 0; in Clear()
142 std::swap(elements_until_expand_, other.elements_until_expand_);
154 elements_until_expand_ = other.elements_until_expand_;
256 if (num_elements_ >= elements_until_expand_) { in InsertWithHash()
258 DCHECK_LT(num_elements_, elements_until_expand_); in InsertWithHash()
366 elements_until_expand_ = NumBuckets() * max_load_factor_; in Expand()
397 size_t elements_until_expand_; // Maxmimum number of elements until we expand the table. variable