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

/art/runtime/base/
H A Dlogging.h57 #define CHECK_STREQ(s1, s2) CHECK_STROP(s1, s2, true) macro
88 #define DCHECK_STREQ(s1, s2) CHECK_STREQ(s1, s2)
124 CHECK_STREQ(str1, str2)
160 // you'd need to use CHECK_STREQ and CHECK_STRNE anyway to compare the characters rather than their

Completed in 183 milliseconds