#include <byte_buffer.h>
Public Member Functions | |
void | AllowNoMessage () |
void | RecvMessage (R *message) |
Public Attributes | |
bool | got_message = false |
Protected Member Functions | |
void | AddOp (grpc_op *ops, size_t *nops) |
void | FinishOp (bool *status) |
void | SetFinishInterceptionHookPoint (InterceptorBatchMethodsImpl *interceptor_methods) |
void | SetHijackingState (InterceptorBatchMethodsImpl *interceptor_methods) |
void | SetInterceptionHookPoint (InterceptorBatchMethodsImpl *interceptor_methods) |
Private Member Functions | |
void | FinishOpRecvMessageFailureHandler (bool *status) |
Private Attributes | |
bool | allow_not_getting_message_ = false |
bool | hijacked_ = false |
bool | hijacked_recv_message_failed_ = false |
R * | message_ = nullptr |
ByteBuffer | recv_buf_ |
Definition at line 52 of file include/grpcpp/impl/codegen/byte_buffer.h.
|
inlineprotected |
Definition at line 441 of file call_op_set.h.
|
inline |
Definition at line 436 of file call_op_set.h.
|
inlineprotected |
Definition at line 450 of file call_op_set.h.
|
inlineprivate |
Definition at line 499 of file call_op_set.h.
|
inline |
Definition at line 433 of file call_op_set.h.
|
inlineprotected |
Definition at line 482 of file call_op_set.h.
|
inlineprotected |
Definition at line 489 of file call_op_set.h.
|
inlineprotected |
Definition at line 475 of file call_op_set.h.
|
private |
Definition at line 508 of file call_op_set.h.
bool grpc::internal::CallOpRecvMessage< R >::got_message = false |
Definition at line 438 of file call_op_set.h.
|
private |
Definition at line 509 of file call_op_set.h.
|
private |
Definition at line 510 of file call_op_set.h.
|
private |
Definition at line 506 of file call_op_set.h.
|
private |
Definition at line 507 of file call_op_set.h.