Searched refs:matched_functions (Results 1 – 2 of 2) sorted by relevance
26 matched_functions.push_back(report[0].run_name.function_name); in ReportRuns()35 return matched_functions; in GetMatchedFunctions()39 std::vector<std::string> matched_functions; member in __anonb86da34d0111::TestReporter86 const std::vector<std::string> matched_functions = in main() local88 assert(matched_functions.size() == 1); in main()89 if (strcmp(spec, matched_functions.front().c_str()) != 0) { in main()91 << matched_functions.front() << "]\n"; in main()
26 matched_functions.push_back(report[0].run_name.function_name); in ReportRuns()35 return matched_functions; in GetMatchedFunctions()39 std::vector<std::string> matched_functions; member in __anon413c02510111::TestReporter86 const std::vector<std::string> matched_functions = in main() local88 assert(matched_functions.size() == 1); in main()89 if (strcmp(spec, matched_functions.front().c_str()) != 0) { in main()91 << matched_functions.front() << "]\n"; in main()