Home
last modified time | relevance | path

Searched refs:bucket_count (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/task/
H A Dthread_test.cpp200 EXPECT_EQ(taskExecutorImpl_->taskTypeTable_.bucket_count(), 5);
230 EXPECT_EQ(taskExecutorImpl_->taskTypeTable_.bucket_count(), 5);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dunordered_map.h246 explicit unordered_map_base(size_t bucket_count) in unordered_map_base() argument
247 … : shift_amount_ { get_sa(bucket_count, DEFAULT_SHIFT_AMOUNT) }, buckets_ { 1ull << shift_amount_ } in unordered_map_base()