Home | History | Annotate | Download | only in src

Lines Matching defs:regex

308 bool DeathTest::Create(const char* statement, const RE* regex,
311 statement, regex, file, line, test);
343 const RE* regex() const { return regex_; }
482 // regex: A regular expression object to be applied to
518 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
523 << " Expected: " << regex()->pattern() << "\n"
744 ForkingDeathTest(const char* statement, const RE* regex);
1047 bool DefaultDeathTestFactory::Create(const char* statement, const RE* regex,
1075 *test = new WindowsDeathTest(statement, regex, file, line);
1081 *test = new ExecDeathTest(statement, regex, file, line);
1083 *test = new NoExecDeathTest(statement, regex);