Public Member Functions | |
stream_obj (grpc_transport *gt, grpc_stream *gs, grpc_stream_refcount *refcount, grpc_core::Arena *arena) | |
~stream_obj () | |
Public Attributes | |
grpc_core::Arena * | arena |
bidirectional_stream * | cbs = nullptr |
grpc_cronet_transport * | curr_ct |
grpc_stream * | curr_gs |
grpc_transport_stream_op_batch * | curr_op = nullptr |
bidirectional_stream_header_array | header_array |
gpr_mu | mu |
struct op_and_state * | oas = nullptr |
grpc_stream_refcount * | refcount |
struct op_state | state |
struct op_storage | storage |
Definition at line 203 of file cronet_transport.cc.
|
inline |
Definition at line 1384 of file cronet_transport.cc.
|
inline |
Definition at line 1396 of file cronet_transport.cc.
grpc_core::Arena* stream_obj::arena |
Definition at line 208 of file cronet_transport.cc.
bidirectional_stream* stream_obj::cbs = nullptr |
Definition at line 213 of file cronet_transport.cc.
grpc_cronet_transport* stream_obj::curr_ct |
Definition at line 211 of file cronet_transport.cc.
grpc_stream* stream_obj::curr_gs |
Definition at line 212 of file cronet_transport.cc.
grpc_transport_stream_op_batch* stream_obj::curr_op = nullptr |
Definition at line 210 of file cronet_transport.cc.
bidirectional_stream_header_array stream_obj::header_array |
Definition at line 214 of file cronet_transport.cc.
gpr_mu stream_obj::mu |
Definition at line 225 of file cronet_transport.cc.
struct op_and_state* stream_obj::oas = nullptr |
Definition at line 209 of file cronet_transport.cc.
grpc_stream_refcount* stream_obj::refcount |
Definition at line 228 of file cronet_transport.cc.
struct op_state stream_obj::state |
Definition at line 219 of file cronet_transport.cc.
struct op_storage stream_obj::storage |
Definition at line 222 of file cronet_transport.cc.