Searched refs:regex_str (Results 1 – 5 of 5) sorted by relevance
19 for regex_str in regex_list:20 report += 'Matching regex "%s":\n' % regex_str21 matching_list = find_matching_symbols(symbol_list, regex_str)33 def find_matching_symbols(symbol_list, regex_str): argument34 regex = re.compile(regex_str)
92 << NC.regex_str << "\"" in CheckCase()98 << "Expected line \"" << line << "\" to match regex \"" << TC.regex_str in CheckCase()104 << "End of output reached before match for regex \"" << TC.regex_str in CheckCase()230 VLOG(2) << "checking for benchmarks matching " << p.regex_str << "...\n"; in CheckResults()233 VLOG(2) << p.regex_str << " is not matched by " << r.name << "\n"; in CheckResults()236 VLOG(2) << p.regex_str << " is matched by " << r.name << "\n"; in CheckResults()331 : regex_str(std::move(re)), in TestCase()333 substituted_regex(internal::PerformSubstitutions(regex_str)), in TestCase()339 << "\n originally \"" << regex_str << "\"" in TestCase()
34 std::string regex_str; member
101 << NC.regex_str << "\"" in CheckCase()107 << "Expected line \"" << line << "\" to match regex \"" << TC.regex_str in CheckCase()113 << "End of output reached before match for regex \"" << TC.regex_str in CheckCase()236 VLOG(2) << "checking for benchmarks matching " << p.regex_str << "...\n"; in CheckResults()239 VLOG(2) << p.regex_str << " is not matched by " << r.name << "\n"; in CheckResults()242 VLOG(2) << p.regex_str << " is matched by " << r.name << "\n"; in CheckResults()340 : regex_str(std::move(re)), in TestCase()342 substituted_regex(internal::PerformSubstitutions(regex_str)), in TestCase()348 << "\n originally \"" << regex_str << "\"" in TestCase()