Public Member Functions | |
op_state (grpc_core::Arena *arena) | |
Public Attributes | |
grpc_error_handle | cancel_error = GRPC_ERROR_NONE |
bool | fail_state = false |
bool | flush_cronet_when_ready = false |
bool | flush_read = false |
cronet_net_error_code | net_error = OK |
bool | pending_recv_trailing_metadata = false |
bool | pending_send_message = false |
bool | pending_write_for_trailer = false |
struct read_state | rs |
bool | state_callback_received [OP_NUM_OPS] = {} |
bool | state_op_done [OP_NUM_OPS] = {} |
struct write_state | ws |
Definition at line 163 of file cronet_transport.cc.
|
inlineexplicit |
Definition at line 164 of file cronet_transport.cc.
grpc_error_handle op_state::cancel_error = GRPC_ERROR_NONE |
Definition at line 178 of file cronet_transport.cc.
Definition at line 169 of file cronet_transport.cc.
Definition at line 172 of file cronet_transport.cc.
Definition at line 171 of file cronet_transport.cc.
cronet_net_error_code op_state::net_error = OK |
Definition at line 177 of file cronet_transport.cc.
Definition at line 176 of file cronet_transport.cc.
Definition at line 174 of file cronet_transport.cc.
Definition at line 173 of file cronet_transport.cc.
struct read_state op_state::rs |
Definition at line 180 of file cronet_transport.cc.
bool op_state::state_callback_received[OP_NUM_OPS] = {} |
Definition at line 167 of file cronet_transport.cc.
bool op_state::state_op_done[OP_NUM_OPS] = {} |
Definition at line 166 of file cronet_transport.cc.
struct write_state op_state::ws |
Definition at line 182 of file cronet_transport.cc.