Searched refs:set_bytes_read (Results 1 – 4 of 4) sorted by relevance
34 writer->set_bytes_read(bytes_read); in Write()
827 stats_.set_bytes_read(stats_.bytes_read() + in ReadNextPacketInChunk()852 stats_.set_bytes_read(stats_.bytes_read() + in ReadNextPacketInChunk()866 stats_.set_bytes_read(stats_.bytes_read() + chunk_meta->chunk_record->size); in ReadNextPacketInChunk()
316 proto->set_bytes_read( in ToProto()
77 void set_bytes_read(uint64_t value) { bytes_read_ = value; } in set_bytes_read() function