Searched refs:failed_send_ (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | call_op_set.h | 329 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
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | call_op_set.h | 329 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
|