Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/tests/
H A DLocalUnwinderTest.cpp94 std::vector<const char*> expected_function_names; in LocalInnerFunction() local
193 std::vector<const char*> expected_function_names{"TestlibLevel1", "TestlibLevel2", in TEST_F() local
H A DUnwindTest.cpp117 std::vector<const char*> expected_function_names) { in VerifyUnwindFrames()
130 static void VerifyUnwind(Unwinder* unwinder, std::vector<const char*> expected_function_names) { in VerifyUnwind()
137 std::vector<const char*> expected_function_names) { in VerifyUnwind()