Searched refs:found_functions (Results 1 – 1 of 1) sorted by relevance
1189 static void VerifyFunctionsFound(const std::vector<std::string>& found_functions) { in VerifyFunctionsFound() argument1198 for (const auto& found_function : found_functions) { in VerifyFunctionsFound()1243 std::vector<std::string> found_functions; in TEST_F() local1258 found_functions.push_back(func_name); in TEST_F()1265 VerifyFunctionsFound(found_functions); in TEST_F()1309 std::vector<std::string> found_functions; in TEST_F() local1339 found_functions.push_back(func_name); in TEST_F()1356 VerifyFunctionsFound(found_functions); in TEST_F()