Searched defs:CompareString (Results 1 – 8 of 8) sorted by relevance
23 #define CompareString CompareStringW macro
962 #define CompareString CompareStringA macro
38 func CompareString(a, b string) int { func
14 func CompareString(a, b string) int { func
99 struct CompareString { struct
130 struct CompareString { struct131 bool operator()(const char* s1, const char* s2) const { in operator ()()
219 bool CompareString(const FieldDescriptor& /* unused */, in CompareString() function