GRPC Core
0.11.0.0
|
A stream op buffer is a wrapper around stream operations that is dynamically extendable. More...
#include <stream_op.h>
Data Fields | |
grpc_stream_op * | ops |
size_t | nops |
size_t | capacity |
grpc_stream_op | inlined_ops [4] |
A stream op buffer is a wrapper around stream operations that is dynamically extendable.
size_t grpc_stream_op_buffer::capacity |
grpc_stream_op grpc_stream_op_buffer::inlined_ops[4] |
size_t grpc_stream_op_buffer::nops |
grpc_stream_op* grpc_stream_op_buffer::ops |