Home
last modified time | relevance | path

Searched refs:new_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.h255 const uint32_t new_shift_amount = get_sa(count, DEFAULT_SHIFT_AMOUNT); in reserve() local
256 if (new_shift_amount > shift_amount_) { in reserve()
257 shift_amount_ = new_shift_amount - 1; in reserve()