Searched refs:StrCmpLess (Results 1 – 1 of 1) sorted by relevance
42 inline constexpr bool StrCmpLess(const char* lhs, const char* rhs) { in StrCmpLess() function68 return StrCmpLess(lhs.name, rhs.name); in operator()72 return StrCmpLess(lhs.name, rhs); in operator()76 return StrCmpLess(lhs, rhs.name); in operator()