Searched defs:StringCmp (Results 1 – 2 of 2) sorted by relevance
126 int StringCmp(const UniquePtr<char>& a, const UniquePtr<char>& b) { in StringCmp() function
625 struct StringCmp { // Used by the FlagRegistry map class to compare char*'s struct626 bool operator() (const char* s1, const char* s2) const { in operator ()()