Searched refs:ExpectedTrace (Results 1 – 1 of 1) sorted by relevance
/external/libchrome/base/debug/ |
D | task_annotator_unittest.cc | 55 using ExpectedTrace = std::vector<const void*>; typedef in base::debug::TaskAnnotatorBacktraceIntegrationTest 75 const ExpectedTrace& expected_trace, in VerifyTraceAndPost() 98 const ExpectedTrace& expected_trace, in VerifyTraceAndPostWithBlocker() 152 ExpectedTrace({location4.program_counter(), location3.program_counter(), in TEST_F() 160 ExpectedTrace({location3.program_counter(), location2.program_counter(), in TEST_F() 166 ExpectedTrace({location2.program_counter(), location1.program_counter(), in TEST_F() 172 ExpectedTrace({location1.program_counter(), location0.program_counter()}), in TEST_F() 177 ExpectedTrace({location0.program_counter()}), std::move(task2)); in TEST_F() 181 ExpectedTrace({}), std::move(task1)); in TEST_F() 233 ExpectedTrace( in TEST_F() [all …]
|