Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dmemory_dump_manager_unittest.cc570 auto on_dump = [this, other_thread, other_mdp, &on_memory_dump_call_count]( in TEST_F() local
583 .WillOnce(Invoke(on_dump)); in TEST_F()
619 auto on_dump = [other_thread, &on_memory_dump_call_count]( in TEST_F() local
630 .WillOnce(Invoke(on_dump)); in TEST_F()