Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/end2end/
Dinterceptors_util.h46 num_times_cancel_++; in Intercept()
54 num_times_cancel_.store(0); in Reset()
62 static int GetNumTimesCancel() { return num_times_cancel_.load(); } in GetNumTimesCancel()
67 static std::atomic<int> num_times_cancel_; variable
Dinterceptors_util.cc26 std::atomic<int> DummyInterceptor::num_times_cancel_; member in grpc::testing::DummyInterceptor