Public Member Functions | Public Attributes | List of all members
op_state Struct Reference

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
 

Detailed Description

Definition at line 163 of file cronet_transport.cc.

Constructor & Destructor Documentation

◆ op_state()

op_state::op_state ( grpc_core::Arena arena)
inlineexplicit

Definition at line 164 of file cronet_transport.cc.

Member Data Documentation

◆ cancel_error

grpc_error_handle op_state::cancel_error = GRPC_ERROR_NONE

Definition at line 178 of file cronet_transport.cc.

◆ fail_state

bool op_state::fail_state = false

Definition at line 169 of file cronet_transport.cc.

◆ flush_cronet_when_ready

bool op_state::flush_cronet_when_ready = false

Definition at line 172 of file cronet_transport.cc.

◆ flush_read

bool op_state::flush_read = false

Definition at line 171 of file cronet_transport.cc.

◆ net_error

cronet_net_error_code op_state::net_error = OK

Definition at line 177 of file cronet_transport.cc.

◆ pending_recv_trailing_metadata

bool op_state::pending_recv_trailing_metadata = false

Definition at line 176 of file cronet_transport.cc.

◆ pending_send_message

bool op_state::pending_send_message = false

Definition at line 174 of file cronet_transport.cc.

◆ pending_write_for_trailer

bool op_state::pending_write_for_trailer = false

Definition at line 173 of file cronet_transport.cc.

◆ rs

struct read_state op_state::rs

Definition at line 180 of file cronet_transport.cc.

◆ state_callback_received

bool op_state::state_callback_received[OP_NUM_OPS] = {}

Definition at line 167 of file cronet_transport.cc.

◆ state_op_done

bool op_state::state_op_done[OP_NUM_OPS] = {}

Definition at line 166 of file cronet_transport.cc.

◆ ws

struct write_state op_state::ws

Definition at line 182 of file cronet_transport.cc.


The documentation for this struct was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:47