Searched refs:bucket_count (Results 1 – 2 of 2) sorted by relevance
200 EXPECT_EQ(taskExecutorImpl_->taskTypeTable_.bucket_count(), 5);230 EXPECT_EQ(taskExecutorImpl_->taskTypeTable_.bucket_count(), 5);
246 explicit unordered_map_base(size_t bucket_count) in unordered_map_base() argument247 … : shift_amount_ { get_sa(bucket_count, DEFAULT_SHIFT_AMOUNT) }, buckets_ { 1ull << shift_amount_ } in unordered_map_base()