Home | History | Annotate | Download | only in internal

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); \
221 // NDEBUG mode. In this case we need the statements to be executed, the regex is
224 # define GTEST_EXECUTE_STATEMENT_(statement, regex) \
283 // regex - A regex that a macro such as EXPECT_DEATH would use to test
295 // statement and regex are compiled (and thus syntactically correct) but
301 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \
308 ::testing::internal::RE::PartialMatch(".*", (regex)); \