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"
776 ForkingDeathTest(const char* statement, const RE* regex);
1151 bool DefaultDeathTestFactory::Create(const char* statement, const RE* regex,
1179 *test = new WindowsDeathTest(statement, regex, file, line);
1185 *test = new ExecDeathTest(statement, regex, file, line);
1187 *test = new NoExecDeathTest(statement, regex);