Searched defs:EntryComparator (Results 1 – 1 of 1) sorted by relevance
195 struct EntryComparator { struct196 bool operator()(const Entry& lhs, const Entry& rhs) { in operator()