Home | History | Annotate | Download | only in payload_consumer

Lines Matching refs:bytes_read

950   ssize_t bytes_read = 0;
957 &buf[bytes_read],
963 bytes_read += bytes_read_this_iteration;
978 DCHECK_EQ(bytes_written, bytes_read);
1118 bool Read(void* buf, size_t count, size_t* bytes_read) override {
1120 *bytes_read = count;