Home
last modified time | relevance | path

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

/external/libchrome/base/debug/
Dtask_annotator_unittest.cc201 const Location& location_a0 = FROM_HERE; in TEST_F() local
235 location_a1.program_counter(), location_a0.program_counter()}), in TEST_F()
242 location_a0.program_counter()}), in TEST_F()
254 {location_a1.program_counter(), location_a0.program_counter()}), in TEST_F()
260 location_a0.program_counter()}), in TEST_F()
266 ExpectedTrace({location_a0.program_counter()}), in TEST_F()
271 Unretained(this), main_thread_a, location_a0, location_a1, in TEST_F()
274 main_thread_a->PostTask(location_a0, std::move(task_a0)); in TEST_F()