Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DUnwindTest.cpp49 enum TestTypeEnum : uint8_t { enum
160 extern "C" void InnerFunction(TestTypeEnum test_type) { in InnerFunction()
205 extern "C" void MiddleFunction(TestTypeEnum test_type) { in MiddleFunction()
209 extern "C" void OuterFunction(TestTypeEnum test_type) { in OuterFunction()
296 TestTypeEnum* test_type = reinterpret_cast<TestTypeEnum*>(data); in LocalUnwind()
305 TestTypeEnum test_type = TEST_TYPE_LOCAL_UNWINDER; in TEST_F()
314 TestTypeEnum test_type = TEST_TYPE_LOCAL_UNWINDER_FROM_PID; in TEST_F()