Home
last modified time | relevance | path

Searched refs:EXPECT_FALSE_M (Results 1 – 2 of 2) sorted by relevance

/external/regex-re2/util/
Dtest.h37 #define EXPECT_FALSE_M(x, y) CHECK(!(x)) << (y) macro
/external/regex-re2/re2/testing/
Dre2_test.cc398 EXPECT_FALSE_M(RE2::FullMatch(should_not_match, re), in NegativeTestQuoteMeta()