Home
last modified time | relevance | path

Searched refs:found_functions (Results 1 – 1 of 1) sorted by relevance

/system/core/libbacktrace/
Dbacktrace_test.cpp1120 void VerifyFunctionsFound(const std::vector<std::string>& found_functions) { in VerifyFunctionsFound() argument
1129 for (const auto& found_function : found_functions) { in VerifyFunctionsFound()
1184 std::vector<std::string> found_functions; in TEST() local
1200 found_functions.push_back(func_name); in TEST()
1207 VerifyFunctionsFound(found_functions); in TEST()
1250 std::vector<std::string> found_functions; in TEST() local
1276 found_functions.push_back(func_name); in TEST()
1293 VerifyFunctionsFound(found_functions); in TEST()