Home | History | Annotate | Download | only in src

Lines Matching defs:regex

343 bool DeathTest::Create(const char* statement, const RE* regex,
346 statement, regex, file, line, test);
378 const RE* regex() const { return regex_; }
517 // regex: A regular expression object to be applied to
553 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
558 << " Expected: " << regex()->pattern() << "\n"
780 ForkingDeathTest(const char* statement, const RE* regex);
1147 bool DefaultDeathTestFactory::Create(const char* statement, const RE* regex,
1175 *test = new WindowsDeathTest(statement, regex, file, line);
1181 *test = new ExecDeathTest(statement, regex, file, line);
1183 *test = new NoExecDeathTest(statement, regex);