Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/iomgr/
Dendpoint_tests.cc107 size_t current_write_size; member
143 state->bytes_written += state->current_write_size; in read_and_write_test_write_handler()
145 state->current_write_size) { in read_and_write_test_write_handler()
146 state->current_write_size = state->target_bytes - state->bytes_written; in read_and_write_test_write_handler()
148 if (state->current_write_size != 0) { in read_and_write_test_write_handler()
149 slices = allocate_blocks(state->current_write_size, 8192, &nslices, in read_and_write_test_write_handler()
198 state.current_write_size = write_size; in read_and_write_test()
215 state.bytes_written -= state.current_write_size; in read_and_write_test()