Searched refs:out_offset_ (Results 1 – 1 of 1) sorted by relevance
117 out_offset_.byte_idx = unwind_byte_idx; in UnwindIfThrottled()118 out_offset_.slice_idx = unwind_slice_idx; in UnwindIfThrottled()127 bool AllSlicesSent() { return out_offset_.slice_idx == buf_.count; } in AllSlicesSent()132 out_offset_.slice_idx = 0; in PrepareForSends()133 out_offset_.byte_idx = 0; in PrepareForSends()176 OutgoingOffset out_offset_; member in grpc_core::TcpZerocopySendRecord1289 *unwind_slice_idx = out_offset_.slice_idx; in PopulateIovs()1290 *unwind_byte_idx = out_offset_.byte_idx; in PopulateIovs()1292 out_offset_.slice_idx != buf_.count && iov_size != MAX_WRITE_IOVEC; in PopulateIovs()1295 GRPC_SLICE_START_PTR(buf_.slices[out_offset_.slice_idx]) + in PopulateIovs()[all …]