#include <call_op_set.h>
|
| | CallOpSendMessage () |
| |
| template<class M > |
| GRPC_MUST_USE_RESULT Status | SendMessage (const M &message, WriteOptions options, grpc_event_engine::experimental::MemoryAllocator *allocator) |
| | Send message using options for the write. More...
|
| |
| template<class M > |
| GRPC_MUST_USE_RESULT Status | SendMessage (const M &message, grpc_event_engine::experimental::MemoryAllocator *allocator) |
| |
| template<class M > |
| GRPC_MUST_USE_RESULT Status | SendMessagePtr (const M *message, WriteOptions options, grpc_event_engine::experimental::MemoryAllocator *allocator) |
| | Send message using options for the write. More...
|
| |
| template<class M > |
| GRPC_MUST_USE_RESULT Status | SendMessagePtr (const M *message, grpc_event_engine::experimental::MemoryAllocator *allocator) |
| | This form of SendMessage allows gRPC to reference message beyond the lifetime of SendMessage. More...
|
| |
| template<class M > |
| Status | SendMessage (const M &message, WriteOptions options, grpc_event_engine::experimental::MemoryAllocator *allocator) |
| |
| template<class M > |
| Status | SendMessagePtr (const M *message, WriteOptions options, grpc_event_engine::experimental::MemoryAllocator *allocator) |
| |
◆ 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/3]
◆ SendMessage() [2/3]
Send message using options for the write.
The options are cleared after use.
◆ SendMessage() [3/3]
◆ SendMessagePtr() [1/3]
This form of SendMessage allows gRPC to reference message beyond the lifetime of SendMessage.
◆ SendMessagePtr() [2/3]
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.
◆ SendMessagePtr() [3/3]
◆ SetFinishInterceptionHookPoint()
◆ SetHijackingState()
◆ SetInterceptionHookPoint()
The documentation for this class was generated from the following file: