#include <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]
template<class M >
Status grpc::internal::CallOpSendMessage::SendMessage |
( |
const M & |
message, |
|
|
WriteOptions |
options |
|
) |
| |
Send message using options for the write.
The options are cleared after use.
◆ 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.
◆ SendMessagePtr() [2/2]
template<class M >
Status grpc::internal::CallOpSendMessage::SendMessagePtr |
( |
const M * |
message, |
|
|
WriteOptions |
options |
|
) |
| |
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.
◆ SetFinishInterceptionHookPoint()
◆ SetHijackingState()
◆ SetInterceptionHookPoint()
The documentation for this class was generated from the following file: