Home
last modified time | relevance | path

Searched defs:expected_function_names (Results 1 – 2 of 2) sorted by relevance

/system/core/libunwindstack/tests/
DLocalUnwinderTest.cpp93 std::vector<const char*> expected_function_names; in LocalInnerFunction() local
192 std::vector<const char*> expected_function_names{"TestlibLevel1", "TestlibLevel2", in TEST_F() local
DUnwindTest.cpp114 static void VerifyUnwind(Unwinder* unwinder, std::vector<const char*> expected_function_names) { in VerifyUnwind()
130 std::vector<const char*> expected_function_names) { in VerifyUnwind()