|
GRPC C++
1.76.0
|
#include <call_op_set.h>
Public Member Functions | |
| void | RecvMessage (R *message) |
| void | AllowNoMessage () |
Data Fields | |
| bool | got_message = false |
Protected Member Functions | |
| void | AddOp (grpc_op *ops, size_t *nops) |
| void | FinishOp (bool *status) |
| void | SetInterceptionHookPoint (InterceptorBatchMethodsImpl *interceptor_methods) |
| void | SetFinishInterceptionHookPoint (InterceptorBatchMethodsImpl *interceptor_methods) |
| void | SetHijackingState (InterceptorBatchMethodsImpl *interceptor_methods) |
|
inlineprotected |
|
inline |
|
inlineprotected |
|
inline |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
| bool grpc::internal::CallOpRecvMessage< R >::got_message = false |
1.8.17