Searched defs:StringComparator (Results 1 – 1 of 1) sorted by relevance
710 struct StringComparator { struct713 bool operator()(const char *LHS, StringRef RHS) const { in operator ()()720 bool operator()(StringRef LHS, const char *RHS) const { return LHS < RHS; } in operator ()()721 bool operator()(StringRef LHS, StringRef RHS) const { return LHS < RHS; } in operator ()()722 bool operator()(const char *LHS, const char *RHS) const { in operator ()()