Searched refs:min_index (Results 1 – 1 of 1) sorted by relevance
359 size_t min_index = static_cast<size_t>(Size() / min_load_factor_); in Expand() local360 if (min_index < kMinBuckets) { in Expand()361 min_index = kMinBuckets; in Expand()364 Resize(min_index); in Expand()