Searched refs:got_failed_send_ (Results 1 – 1 of 1) sorted by relevance
375 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::ClientStreamingRpcHijackingInterceptor398 bool ClientStreamingRpcHijackingInterceptor::got_failed_send_ = false; member in grpc::testing::__anona127ce610111::ClientStreamingRpcHijackingInterceptor