Home | History | Annotate | Download | only in src

Lines Matching full:regex

345 bool DeathTest::Create(const char* statement, const RE* regex,
348 statement, regex, file, line, test);
380 const RE* regex() const { return regex_; }
519 // regex: A regular expression object to be applied to
555 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
560 << " Expected: " << regex()->pattern() << "\n"
778 ForkingDeathTest(const char* statement, const RE* regex);
1153 bool DefaultDeathTestFactory::Create(const char* statement, const RE* regex,
1182 *test = new WindowsDeathTest(statement, regex, file, line);
1188 *test = new ExecDeathTest(statement, regex, file, line);
1190 *test = new NoExecDeathTest(statement, regex);