bytes_retired_ 364 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc bytes_retired_ += streams_[0]->ByteCount(); bytes_retired_ 395 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc bytes_retired_ += final_byte_count; bytes_retired_ 405 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc return bytes_retired_; bytes_retired_ 407 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc return bytes_retired_ + streams_[0]->ByteCount(); bytes_retired_ 323 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h int64 bytes_retired_; // Bytes read from previous streams.