Searched defs:MapPair (Results 1 – 2 of 2) sorted by relevance
24 struct MapPair : public IntrusiveMap<K, MapPair<K, V>>::Pair { struct25 using Base = typename IntrusiveMap<K, MapPair<K, V>>::Pair; argument28 constexpr MapPair(K key, V value) : Base(key), value_(value) {} in MapPair() argument30 V value_;
30 struct MapPair : public pw::IntrusiveMap<const uint32_t&, MapPair>::Pair { struct31 constexpr MapPair(const uint32_t& id) in MapPair() argument