Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/end2end/
Dinterceptors_util.h39 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_;
Dinterceptors_util.cc24 std::atomic<int> DummyInterceptor::num_times_run_; member in grpc::testing::DummyInterceptor
/third_party/grpc/test/cpp/ios/CronetTests/
DTestHelper.mm31 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();
DTestHelper.h49 static std::atomic<int> num_times_run_;