Searched refs:location0 (Results 1 – 1 of 1) sorted by relevance
/external/libchrome/base/debug/ |
D | task_annotator_unittest.cc | 138 const Location location0 = FROM_HERE; in TEST_F() local 161 location1.program_counter(), location0.program_counter()}), in TEST_F() 167 location0.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() 180 Unretained(this), loop.task_runner(), location0, location1, in TEST_F() 183 loop.task_runner()->PostTask(location0, std::move(task0)); in TEST_F() 282 const Location location0 = FROM_HERE; in TEST_F() local 326 location1.program_counter(), location0.program_counter()}), in TEST_F() 332 location0.program_counter()}), in TEST_F() [all …]
|