Searched refs:kInnerSlots (Results 1 – 4 of 4) sorted by relevance
42 static constexpr slot_type kInnerSlots = 128; member254 bool is_full() const override { return (slotuse_ == traits::kInnerSlots); } in is_full()267 slot_type slot_dir_[traits::kInnerSlots] = {0};268 key_type keys_[traits::kInnerSlots] = {0};269 BaseNode *data_[traits::kInnerSlots + 1] = {nullptr};
30 …alloc.allocate(traits::kInnerSlots), [&alloc](slot_type *p) { alloc.deallocate(p, traits::kInnerSl…42 if ((j + 1) >= traits::kInnerSlots + 1 || (i + 1) >= traits::kInnerSlots + 1) {
45 static constexpr slot_type kInnerSlots = 256; member
35 static const slot_type kInnerSlots = 3; member