Public Member Functions | |
op_and_state (stream_obj *s, const grpc_transport_stream_op_batch &op) | |
Public Attributes | |
bool | done = false |
struct op_and_state * | next = nullptr |
grpc_transport_stream_op_batch | op |
struct stream_obj * | s |
struct op_state | state |
Definition at line 187 of file cronet_transport.cc.
|
inline |
Definition at line 328 of file cronet_transport.cc.
Definition at line 192 of file cronet_transport.cc.
struct op_and_state* op_and_state::next = nullptr |
Definition at line 195 of file cronet_transport.cc.
grpc_transport_stream_op_batch op_and_state::op |
Definition at line 190 of file cronet_transport.cc.
struct stream_obj* op_and_state::s |
Definition at line 193 of file cronet_transport.cc.
struct op_state op_and_state::state |
Definition at line 191 of file cronet_transport.cc.