Searched refs:nested_called (Results 1 – 1 of 1) sorted by relevance
118 bool nested_called = false; in TEST_F() local120 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() local151 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()