Searched defs:StringReferenceComparator (Results 1 – 1 of 1) sorted by relevance
43 struct StringReferenceComparator { struct44 bool operator()(const StringReference& a, const StringReference& b) { in operator()