Home | History | Annotate | Download | only in base

Lines Matching refs:Value

30   template <class Key, class Value>
31 size_t operator()(const std::pair<Key, Value>& pair) const {
38 template <class Key, class Value>
39 bool operator()(const std::pair<Key, Value>& a, const std::pair<Key, Value>& b) const {
42 template <class Key, class Value, class Element>
43 bool operator()(const std::pair<Key, Value>& a, const Element& element) const {
52 class Value,
56 class Alloc = std::allocator<std::pair<Key, Value>>>
57 class HashMap : public HashSet<std::pair<Key, Value>,
63 using Base = HashSet<std::pair<Key, Value>,