Lines Matching refs:regex
79 static bool Create(const char* statement, const RE* regex,
143 virtual bool Create(const char* statement, const RE* regex,
150 virtual bool Create(const char* statement, const RE* regex,
185 # define GTEST_DEATH_TEST_(statement, predicate, regex, fail) \
188 const ::testing::internal::RE& gtest_regex = (regex); \
272 // regex - A regex that a macro such as EXPECT_DEATH would use to test
284 // statement and regex are compiled (and thus syntactically correct) but
290 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \
297 ::testing::internal::RE::PartialMatch(".*", (regex)); \