Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/end2end/
Dclient_interceptors_end2end_test.cc375 EXPECT_FALSE(got_failed_send_); in Intercept()
376 got_failed_send_ = !methods->GetSendMessageStatus(); in Intercept()
390 static bool GotFailedSend() { return got_failed_send_; } in GotFailedSend()
395 static bool got_failed_send_; member in grpc::testing::__anona127ce610111::ClientStreamingRpcHijackingInterceptor
398 bool ClientStreamingRpcHijackingInterceptor::got_failed_send_ = false; member in grpc::testing::__anona127ce610111::ClientStreamingRpcHijackingInterceptor