Definition at line 104 of file endpoint_tests.cc.
size_t read_and_write_test_state::bytes_read |
Definition at line 108 of file endpoint_tests.cc.
size_t read_and_write_test_state::bytes_written |
Definition at line 110 of file endpoint_tests.cc.
int read_and_write_test_state::current_read_data |
Definition at line 111 of file endpoint_tests.cc.
uint8_t read_and_write_test_state::current_write_data |
Definition at line 112 of file endpoint_tests.cc.
size_t read_and_write_test_state::current_write_size |
Definition at line 109 of file endpoint_tests.cc.
grpc_closure read_and_write_test_state::done_read |
Definition at line 118 of file endpoint_tests.cc.
grpc_closure read_and_write_test_state::done_write |
Definition at line 119 of file endpoint_tests.cc.
grpc_slice_buffer read_and_write_test_state::incoming |
Definition at line 116 of file endpoint_tests.cc.
int read_and_write_test_state::max_write_frame_size |
Definition at line 115 of file endpoint_tests.cc.
grpc_slice_buffer read_and_write_test_state::outgoing |
Definition at line 117 of file endpoint_tests.cc.
int read_and_write_test_state::read_done |
Definition at line 113 of file endpoint_tests.cc.
grpc_endpoint* read_and_write_test_state::read_ep |
Definition at line 105 of file endpoint_tests.cc.
grpc_closure read_and_write_test_state::read_scheduler |
Definition at line 120 of file endpoint_tests.cc.
size_t read_and_write_test_state::target_bytes |
Definition at line 107 of file endpoint_tests.cc.
int read_and_write_test_state::write_done |
Definition at line 114 of file endpoint_tests.cc.
grpc_endpoint* read_and_write_test_state::write_ep |
Definition at line 106 of file endpoint_tests.cc.
grpc_closure read_and_write_test_state::write_scheduler |
Definition at line 121 of file endpoint_tests.cc.