class CallOpSendMessage
Defined at line 288 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/call_op_set.h
Public Methods
void CallOpSendMessage ()
Defined at line 290 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/call_op_set.h
template <class M>
Status SendMessage (const M & message, WriteOptions options)
Send
using
for the write. The
are cleared
after use.
Defined at line 381 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/call_op_set.h
template <class M>
Status SendMessage (const M & message)
Defined at line 394 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/call_op_set.h
template <class M>
Status SendMessagePtr (const M * message, WriteOptions options)
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 399 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/call_op_set.h
template <class M>
Status SendMessagePtr (const M * message)
This form of SendMessage allows gRPC to reference
beyond the
lifetime of SendMessage.
Defined at line 421 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/call_op_set.h
Protected Methods
void AddOp (grpc_op * ops, size_t * nops)
Defined at line 314 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/call_op_set.h
void FinishOp (bool * status)
Defined at line 332 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/call_op_set.h
void SetInterceptionHookPoint (InterceptorBatchMethodsImpl * interceptor_methods)
Defined at line 344 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/call_op_set.h
void SetFinishInterceptionHookPoint (InterceptorBatchMethodsImpl * interceptor_methods)
Defined at line 353 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/call_op_set.h
void SetHijackingState (InterceptorBatchMethodsImpl * )
Defined at line 367 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/call_op_set.h