Searched defs:StringReferenceValueComparator (Results 1 – 1 of 1) sorted by relevance
47 struct StringReferenceValueComparator { struct48 bool operator()(const StringReference& sr1, const StringReference& sr2) const { in operator()