Searched refs:EXPECT_TRUE_M (Results 1 – 2 of 2) sorted by relevance
/external/regex-re2/util/ | ||
D | test.h | 36 #define EXPECT_TRUE_M(x, y) CHECK(x) << (y) macro |
/external/regex-re2/re2/testing/ | ||
D | re2_test.cc | 388 EXPECT_TRUE_M(RE2::FullMatch(unquoted, re), in TestQuoteMeta() |