Searched defs:found_functions (Results 1 - 1 of 1) sorted by relevance

/system/core/libbacktrace/
H A Dbacktrace_test.cpp1087 void VerifyFunctionsFound(const std::vector<std::string>& found_functions) { argument
1096 for (const auto& found_function : found_functions) {
1151 std::vector<std::string> found_functions; local
1167 found_functions.push_back(func_name);
1174 VerifyFunctionsFound(found_functions);
1217 std::vector<std::string> found_functions; local
1243 found_functions.push_back(func_name);
1260 VerifyFunctionsFound(found_functions);

Completed in 42 milliseconds