Lines Matching full:regex
90 CHECK(!NC.regex->Match(line))
91 << "Unexpected match for line \"" << line << "\" for MR_Not regex \""
93 << "\n actual regex string \"" << TC.substituted_regex << "\""
96 if (TC.regex->Match(line)) return;
98 << "Expected line \"" << line << "\" to match regex \"" << TC.regex_str
100 << "\n actual regex string \"" << TC.substituted_regex << "\""
104 << "End of output reached before match for regex \"" << TC.regex_str
106 << "\n actual regex string \"" << TC.substituted_regex << "\""
232 if(!p.regex->Match(r.name)) {
334 regex(std::make_shared<benchmark::Regex>()) {
336 regex->Init(substituted_regex,& err_str);
337 CHECK(err_str.empty()) << "Could not construct regex \"" << substituted_regex