Searched refs:elements_until_expand_ (Results 1 – 1 of 1) sorted by relevance
192 elements_until_expand_ = 0; in clear()228 elements_until_expand_(0u), in HashSet()244 elements_until_expand_(other.elements_until_expand_), in HashSet()264 elements_until_expand_(other.elements_until_expand_), in HashSet()271 other.elements_until_expand_ = 0u; in HashSet()292 elements_until_expand_(buffer_size * max_load_factor), in HashSet()316 elements_until_expand_ = static_cast<uint64_t>(temp); in HashSet()341 offset = WriteToBytes(ptr, offset, static_cast<uint64_t>(elements_until_expand_)); in WriteToMemory()505 if (num_elements_ >= elements_until_expand_) { in InsertWithHash()507 DCHECK_LT(num_elements_, elements_until_expand_); in InsertWithHash()[all …]