Searched refs:ASSERT_TRUE_M (Results 1 – 2 of 2) sorted by relevance
/external/regex-re2/re2/testing/ | ||
D | re2_arg_test.cc | 100 ASSERT_TRUE_M(retval == success, \ |
/external/regex-re2/util/ | ||
D | test.h | 38 #define ASSERT_TRUE_M(x, y) CHECK(x) << (y) macro |