class CallOpSendMessage
Defined at line 287 of file ../../third_party/grpc/src/include/grpcpp/impl/call_op_set.h
Public Methods
void CallOpSendMessage ()
Defined at line 289 of file ../../third_party/grpc/src/include/grpcpp/impl/call_op_set.h
template <class M>
Status SendMessage (const M & message, grpc_event_engine::experimental::MemoryAllocator * allocator)
Defined at line 299 of file ../../third_party/grpc/src/include/grpcpp/impl/call_op_set.h
template <class M>
Status SendMessagePtr (const M * message, grpc_event_engine::experimental::MemoryAllocator * allocator)
This form of SendMessage allows gRPC to reference
beyond the
lifetime of SendMessage.
Defined at line 316 of file ../../third_party/grpc/src/include/grpcpp/impl/call_op_set.h
template <class M>
Status SendMessage (const M &message,WriteOptionsoptions,grpc_event_engine::experimental::MemoryAllocator *allocator)
Send
using
for the write. The
are cleared
after use.
Defined at line 390 of file ../../third_party/grpc/src/include/grpcpp/impl/call_op_set.h
template <class M>
Status SendMessagePtr (const M *message,WriteOptionsoptions,grpc_event_engine::experimental::MemoryAllocator *allocator)
Send
using
for the write. The
are cleared
after use. This form of SendMessage allows gRPC to reference
beyond the lifetime of SendMessage.
Defined at line 404 of file ../../third_party/grpc/src/include/grpcpp/impl/call_op_set.h
Protected Methods
void AddOp (grpc_op * ops, size_t * nops)
Defined at line 323 of file ../../third_party/grpc/src/include/grpcpp/impl/call_op_set.h
void FinishOp (bool * status)
Defined at line 341 of file ../../third_party/grpc/src/include/grpcpp/impl/call_op_set.h
void SetInterceptionHookPoint (InterceptorBatchMethodsImpl * interceptor_methods)
Defined at line 353 of file ../../third_party/grpc/src/include/grpcpp/impl/call_op_set.h
void SetFinishInterceptionHookPoint (InterceptorBatchMethodsImpl * interceptor_methods)
Defined at line 362 of file ../../third_party/grpc/src/include/grpcpp/impl/call_op_set.h
void SetHijackingState (InterceptorBatchMethodsImpl * )
Defined at line 376 of file ../../third_party/grpc/src/include/grpcpp/impl/call_op_set.h