Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc68 OP_RECV_TRAILING_METADATA, enumerator
248 case OP_RECV_TRAILING_METADATA: in op_id_string()
653 s->state.state_callback_received[OP_RECV_TRAILING_METADATA] = true; in on_response_trailers_received()
843 if (op_id == OP_RECV_TRAILING_METADATA && in op_can_be_run()
844 stream_state->state_op_done[OP_RECV_TRAILING_METADATA]) { in op_can_be_run()
872 !stream_state->state_op_done[OP_RECV_TRAILING_METADATA]) in op_can_be_run()
886 !stream_state->state_op_done[OP_RECV_TRAILING_METADATA]) in op_can_be_run()
888 } else if (op_id == OP_RECV_TRAILING_METADATA) { in op_can_be_run()
890 if (stream_state->state_op_done[OP_RECV_TRAILING_METADATA]) result = false; in op_can_be_run()
896 else if (!stream_state->state_callback_received[OP_RECV_TRAILING_METADATA]) in op_can_be_run()
[all …]