Searched defs:StringCmp (Results 1 – 3 of 3) sorted by relevance
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 ()()
2083 TEST(ASN1Test, StringCmp) { in TEST() argument