Home
last modified time | relevance | path

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

/third_party/grpc/include/grpcpp/impl/codegen/
Dcall_op_set.h329 if (hijacked_ && failed_send_) { in FinishOp()
334 failed_send_ = true; in FinishOp()
343 interceptor_methods->SetSendMessage(&send_buf_, &msg_, &failed_send_, in SetInterceptionHookPoint()
357 interceptor_methods->SetSendMessage(nullptr, nullptr, &failed_send_, in SetFinishInterceptionHookPoint()
368 bool failed_send_ = false; variable