Searched defs:KeyComparator (Results 1 – 2 of 2) sorted by relevance
69 struct KeyComparator { struct70 const InternalKeyComparator comparator; argument71 explicit KeyComparator(const InternalKeyComparator& c) : comparator(c) {} in KeyComparator() function
164 struct KeyComparator { struct167 ~KeyComparator() = default; argument169 bool operator()(const Key& lhs, const Key& rhs) const { in operator()174 bool operator()(const Key& lhs, const KeyRef& rhs) const { in operator()179 bool operator()(const KeyRef& lhs, const Key& rhs) const { in operator()