Home
last modified time | relevance | path

Searched defs:HalvedKey (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_containers/
H A Dintrusive_multimap_test.cc145 struct HalvedKey : public ::pw::IntrusiveMultiMap<size_t, HalvedKey>::Item, struct
148 using MapItem = ::pw::IntrusiveMultiMap<size_t, HalvedKey>::Item;
151 HalvedKey(size_t half_key, const char* name) in HalvedKey() argument
153 size_t key() const { return half_key_ * 2; } in key()
156 const size_t half_key_;
H A Dintrusive_map_test.cc146 struct HalvedKey : public ::pw::IntrusiveMap<size_t, HalvedKey>::Item, struct
149 HalvedKey(size_t half_key, const char* name) in HalvedKey() function
151 size_t key() const { return half_key_ * 2; } in key()
154 const size_t half_key_;