Searched refs:CHECK_STREQ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/cld/base/
H A Dlogging.h582 // Don't use this macro directly in your code, use CHECK_STREQ et al below.
600 // (e.g. CHECK_STREQ(Foo().c_str(), Bar().c_str())).
602 #define CHECK_STREQ(s1, s2) CHECK_STROP(strcmp, ==, true, s1, s2) macro
755 #define DCHECK_STREQ(str1, str2) CHECK_STREQ(str1, str2)
811 CHECK_STREQ(str1, str2)

Completed in 90 milliseconds