Lines Matching defs:regex
354 bool DeathTest::Create(const char* statement, const RE* regex,
357 statement, regex, file, line, test);
389 const RE* regex() const { return regex_; }
528 // regex: A regular expression object to be applied to
564 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
569 << " Expected: " << regex()->pattern() << "\n"
787 ForkingDeathTest(const char* statement, const RE* regex);
1169 bool DefaultDeathTestFactory::Create(const char* statement, const RE* regex,
1198 *test = new WindowsDeathTest(statement, regex, file, line);
1204 *test = new ExecDeathTest(statement, regex, file, line);
1206 *test = new NoExecDeathTest(statement, regex);