Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dsync_handle_registry_unittest.cc118 bool nested_called = false; in TEST_F() local
120 base::Bind([](bool* called) { *called = true; }, &nested_called); in TEST_F()
122 const bool* stop_flag = &nested_called; in TEST_F()
149 bool nested_called = false; in TEST_F() local
151 base::Bind([](bool* called) { *called = true; }, &nested_called); in TEST_F()
153 const bool* stop_flag = &nested_called; in TEST_F()
157 EXPECT_TRUE(nested_called); in TEST_F()