Home
last modified time | relevance | path

Searched defs:StringCmp (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/core/slice/
Dslice_hash_table_test.cc126 int StringCmp(const UniquePtr<char>& a, const UniquePtr<char>& b) { in StringCmp() function
/external/gflags/src/
Dgflags.cc625 struct StringCmp { // Used by the FlagRegistry map class to compare char*'s struct
626 bool operator() (const char* s1, const char* s2) const { in operator ()()