Searched refs:found_functions (Results 1 – 1 of 1) sorted by relevance
1120 void VerifyFunctionsFound(const std::vector<std::string>& found_functions) { in VerifyFunctionsFound() argument1129 for (const auto& found_function : found_functions) { in VerifyFunctionsFound()1184 std::vector<std::string> found_functions; in TEST() local1200 found_functions.push_back(func_name); in TEST()1207 VerifyFunctionsFound(found_functions); in TEST()1250 std::vector<std::string> found_functions; in TEST() local1276 found_functions.push_back(func_name); in TEST()1293 VerifyFunctionsFound(found_functions); in TEST()