Searched refs:num_buckets (Results 1 – 1 of 1) sorted by relevance
108 const size_t num_buckets = hash_set_->NumBuckets(); in NextNonEmptySlot() local109 DCHECK_LT(index, num_buckets); in NextNonEmptySlot()112 } while (index < num_buckets && hash_set_->IsFreeSlot(index)); in NextNonEmptySlot()339 void AllocateStorage(size_t num_buckets) { in AllocateStorage() argument340 num_buckets_ = num_buckets; in AllocateStorage()