#include <call_op_set.h>
Definition at line 289 of file call_op_set.h.
◆ CallOpSendMessage()
grpc::internal::CallOpSendMessage::CallOpSendMessage |
( |
| ) |
|
|
inline |
◆ AddOp()
void grpc::internal::CallOpSendMessage::AddOp |
( |
grpc_op * |
ops, |
|
|
size_t * |
nops |
|
) |
| |
|
inlineprotected |
◆ FinishOp()
void grpc::internal::CallOpSendMessage::FinishOp |
( |
bool * |
status | ) |
|
|
inlineprotected |
◆ SendMessage() [1/2]
template<class M >
Status grpc::internal::CallOpSendMessage::SendMessage |
( |
const M & |
message | ) |
|
◆ SendMessage() [2/2]
Send message using options for the write. The options are cleared after use.
Definition at line 382 of file call_op_set.h.
◆ SendMessagePtr() [1/2]
template<class M >
Status grpc::internal::CallOpSendMessage::SendMessagePtr |
( |
const M * |
message | ) |
|
This form of SendMessage allows gRPC to reference message beyond the lifetime of SendMessage.
Definition at line 426 of file call_op_set.h.
◆ SendMessagePtr() [2/2]
Send message using options for the write. The options are cleared after use. This form of SendMessage allows gRPC to reference message beyond the lifetime of SendMessage.
Definition at line 404 of file call_op_set.h.
◆ SetFinishInterceptionHookPoint()
◆ SetHijackingState()
◆ SetInterceptionHookPoint()
◆ failed_send_
bool grpc::internal::CallOpSendMessage::failed_send_ = false |
|
private |
◆ hijacked_
bool grpc::internal::CallOpSendMessage::hijacked_ = false |
|
private |
◆ msg_
const void* grpc::internal::CallOpSendMessage::msg_ = nullptr |
|
private |
◆ send_buf_
ByteBuffer grpc::internal::CallOpSendMessage::send_buf_ |
|
private |
◆ serializer_
◆ write_options_
WriteOptions grpc::internal::CallOpSendMessage::write_options_ |
|
private |
The documentation for this class was generated from the following file: