Searched refs:num_times_run_ (Results 1 – 4 of 4) sorted by relevance
39 num_times_run_++; in Intercept()52 num_times_run_.store(0); in Reset()58 EXPECT_EQ(num_times_run_.load(), num_times_run_reverse_.load()); in GetNumTimesRun()59 return num_times_run_.load(); in GetNumTimesRun()65 static std::atomic<int> num_times_run_;
24 std::atomic<int> DummyInterceptor::num_times_run_; member in grpc::testing::DummyInterceptor
31 std::atomic<int> DummyInterceptor::num_times_run_;181 num_times_run_++;190 num_times_run_.store(0);195 NSCAssert(num_times_run_.load() == num_times_run_reverse_.load(),197 return num_times_run_.load();
49 static std::atomic<int> num_times_run_;