Searched defs:ABSL_QCHECK_STREQ (Results 1 – 5 of 5) sorted by relevance
100 #define ABSL_QCHECK_STREQ(s1, s2) \ macro
92 #define ABSL_QCHECK_STREQ(s1, s2) ABSL_QCHECK_STREQ_IMPL((s1), #s1, (s2), #s2) macro