Lines Matching refs:location2
140 const Location location2 = FROM_HERE; in TEST_F() local
153 location2.program_counter(), location1.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()
171 Unretained(this), loop.task_runner(), location2, location3, in TEST_F()
176 Unretained(this), loop.task_runner(), location1, location2, in TEST_F()
284 const Location location2 = FROM_HERE; in TEST_F() local
320 location2.program_counter(), location1.program_counter()}), in TEST_F()
325 ExpectedTrace({location3.program_counter(), location2.program_counter(), in TEST_F()
331 ExpectedTrace({location2.program_counter(), location1.program_counter(), in TEST_F()
341 Unretained(this), loop.task_runner(), location2, location3, in TEST_F()
350 [](RunLoop* nested_run_loop, const Location& location2, in TEST_F()
354 ThreadTaskRunnerHandle::Get()->PostTask(location2, std::move(task2)); in TEST_F()
356 Unretained(&nested_run_loop2), location2, std::move(task2)); in TEST_F()