Searched refs:kInitialHashBuckets (Results 1 – 1 of 1) sorted by relevance
53 static constexpr Index kInitialHashBuckets = (1 << 7) - 1; variable81 insertion_table_.reset(new Partition(kInitialHashBuckets, hasher_)); in hasher_()