Lines Matching refs:elements_until_expand_
186 elements_until_expand_ = 0; in clear()
194 elements_until_expand_(0u), in HashSet()
210 elements_until_expand_(0u), in HashSet()
224 elements_until_expand_(other.elements_until_expand_), in HashSet()
244 elements_until_expand_(other.elements_until_expand_), in HashSet()
251 other.elements_until_expand_ = 0u; in HashSet()
268 elements_until_expand_ = static_cast<uint64_t>(temp); in HashSet()
293 offset = WriteToBytes(ptr, offset, static_cast<uint64_t>(elements_until_expand_)); in WriteToMemory()
457 if (num_elements_ >= elements_until_expand_) { in InsertWithHash()
459 DCHECK_LT(num_elements_, elements_until_expand_); in InsertWithHash()
477 std::swap(elements_until_expand_, other.elements_until_expand_); in swap()
563 elements_until_expand_ = NumBuckets() * max_load_factor_; in SetLoadFactor()
574 return elements_until_expand_; in ElementsUntilExpand()
693 elements_until_expand_ = NumBuckets() * max_load_factor_; in Resize()
740 size_t elements_until_expand_; // Maximum number of elements until we expand the table. variable