Lines Matching refs:stop_called
2924 std::atomic<bool> stop_called{false}; in TEST_P() local
2926 [&stop_called] { stop_called = true; }); in TEST_P()
2928 EXPECT_TRUE(stop_called); in TEST_P()
3537 EXPECT_TRUE(stop_called); in ~TestInterceptor()
3544 EXPECT_FALSE(stop_called); in OnSetup()
3551 EXPECT_FALSE(stop_called); in OnStart()
3558 EXPECT_FALSE(stop_called); in OnStop()
3559 stop_called = true; in OnStop()
3571 EXPECT_FALSE(self->stop_called); in OnTracePacket()
3599 bool stop_called = false; member in __anone89577de0111::TestInterceptor
3785 if (stop_called) in TEST_P()
3787 stop_called = true; in TEST_P()
3796 bool stop_called{}; in TEST_P() member in __anone89577de0111::TEST_P::Observer
3810 EXPECT_TRUE(observer.stop_called); in TEST_P()
3826 EXPECT_FALSE(observer.stop_called); in TEST_P()
3839 EXPECT_FALSE(observer.stop_called); in TEST_P()