Home
last modified time | relevance | path

Searched refs:state_op_done (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc143 bool state_op_done[OP_NUM_OPS]; member
502 s->state.state_op_done[OP_SEND_INITIAL_METADATA] = true; in on_stream_ready()
549 if (!(s->state.state_op_done[OP_CANCEL_ERROR] || in on_response_headers_received()
607 s->state.state_op_done[OP_READ_REQ_MADE] = true; in on_read_completed()
656 if (!s->state.state_op_done[OP_SEND_TRAILING_METADATA] && in on_response_trailers_received()
657 !(s->state.state_op_done[OP_CANCEL_ERROR] || in on_response_trailers_received()
666 s->state.state_op_done[OP_SEND_TRAILING_METADATA] = true; in on_response_trailers_received()
814 bool is_canceled_or_failed = stream_state->state_op_done[OP_CANCEL_ERROR] || in op_can_be_run()
835 stream_state->state_op_done[OP_RECV_INITIAL_METADATA]) { in op_can_be_run()
839 if (op_id == OP_RECV_MESSAGE && op_state->state_op_done[OP_RECV_MESSAGE]) { in op_can_be_run()
[all …]