Home
last modified time | relevance | path

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

/external/leveldb/db/
Dmemtable.h69 struct KeyComparator { struct
70 const InternalKeyComparator comparator; argument
71 explicit KeyComparator(const InternalKeyComparator& c) : comparator(c) {} in KeyComparator() function
/external/cronet/net/dns/
Dhost_resolver_cache.h164 struct KeyComparator { struct
167 ~KeyComparator() = default; argument
169 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()