Searched defs:Comparator (Results 1 – 3 of 3) sorted by relevance
282 struct Comparator { struct283 bool operator()(IndexedItem *item1, IndexedItem *item2) const noexcept in operator()
320 struct Comparator { struct321 bool operator()(IndexedItem *item1, IndexedItem *item2) const noexcept in operator()
47 struct Comparator { struct48 bool operator()(const T *lhs, const T *rhs) const in operator()