Home
last modified time | relevance | path

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

/external/chromium/sdch/open-vcdiff/src/
Dgflags.cc605 struct StringCmp { // Used by the FlagRegistry map class to compare char*'s struct
606 bool operator() (const char* s1, const char* s2) const { in operator ()()
/external/v8/test/cctest/
Dtest-heap-profiler.cc1174 static int StringCmp(const char* ref, i::String* act) { in StringCmp() function