Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/system/tests/
Ddata_pipe_drainer_unittest.cc47 bool had_data_complete = false; in TEST_F() local
49 completion_callback_ = BindLambda([&had_data_complete]() { in TEST_F()
50 EXPECT_FALSE(had_data_complete); in TEST_F()
51 had_data_complete = true; in TEST_F()