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

/art/runtime/base/
H A Dhash_set.h138 elements_until_expand_ = 0;
146 elements_until_expand_(0u),
162 elements_until_expand_(0u),
176 elements_until_expand_(other.elements_until_expand_),
196 elements_until_expand_(other.elements_until_expand_),
203 other.elements_until_expand_ = 0u;
220 elements_until_expand_ = static_cast<uint64_t>(temp);
245 offset = WriteToBytes(ptr, offset, static_cast<uint64_t>(elements_until_expand_));
670 size_t elements_until_expand_; // Maximum number of elements until we expand the table. member in class:art::HashSet
[all...]

Completed in 23 milliseconds