Searched defs:StringCmp (Results 1 – 2 of 2) sorted by relevance
605 struct StringCmp { // Used by the FlagRegistry map class to compare char*'s struct606 bool operator() (const char* s1, const char* s2) const { in operator ()()
1174 static int StringCmp(const char* ref, i::String* act) { in StringCmp() function