Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dunordered_map.h208 …constexpr static uint32_t DEFAULT_SHIFT_AMOUNT = 4; // 1<<4 (16) initial buckets, seems to match m… variable
247 … : shift_amount_ { get_sa(bucket_count, DEFAULT_SHIFT_AMOUNT) }, buckets_ { 1ull << shift_amount_ } in unordered_map_base()
255 const uint32_t new_shift_amount = get_sa(count, DEFAULT_SHIFT_AMOUNT); in reserve()
677 if (shift_amount_ < DEFAULT_SHIFT_AMOUNT) { in rehash()
679 shift_amount_ = DEFAULT_SHIFT_AMOUNT; in rehash()