Searched defs:HalvedKey (Results 1 – 2 of 2) sorted by relevance
145 struct HalvedKey : public ::pw::IntrusiveMultiMap<size_t, HalvedKey>::Item, struct148 using MapItem = ::pw::IntrusiveMultiMap<size_t, HalvedKey>::Item;151 HalvedKey(size_t half_key, const char* name) in HalvedKey() argument153 size_t key() const { return half_key_ * 2; } in key()156 const size_t half_key_;
146 struct HalvedKey : public ::pw::IntrusiveMap<size_t, HalvedKey>::Item, struct149 HalvedKey(size_t half_key, const char* name) in HalvedKey() function151 size_t key() const { return half_key_ * 2; } in key()154 const size_t half_key_;