Lines Matching full:regex
305 bool DeathTest::Create(const char* statement, const RE* regex,
308 statement, regex, file, line, test);
340 const RE* regex() const { return regex_; }
479 // regex: A regular expression object to be applied to
515 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
520 << " Expected: " << regex()->pattern() << "\n"
742 ForkingDeathTest(const char* statement, const RE* regex);
1044 bool DefaultDeathTestFactory::Create(const char* statement, const RE* regex,
1072 *test = new WindowsDeathTest(statement, regex, file, line);
1078 *test = new ExecDeathTest(statement, regex, file, line);
1080 *test = new NoExecDeathTest(statement, regex);