Searched refs:bytes_retired_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc353 : streams_(streams), stream_count_(count), bytes_retired_(0) {
364 bytes_retired_ += streams_[0]->ByteCount();
395 bytes_retired_ += final_byte_count;
405 return bytes_retired_;
407 return bytes_retired_ + streams_[0]->ByteCount();
H A Dzero_copy_stream_impl.h323 int64 bytes_retired_; // Bytes read from previous streams. member in class:google::protobuf::io::ConcatenatingInputStream
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc352 : streams_(streams), stream_count_(count), bytes_retired_(0) {
363 bytes_retired_ += streams_[0]->ByteCount();
394 bytes_retired_ += final_byte_count;
404 return bytes_retired_;
406 return bytes_retired_ + streams_[0]->ByteCount();
H A Dzero_copy_stream_impl.h323 int64 bytes_retired_; // Bytes read from previous streams. member in class:google::protobuf::io::ConcatenatingInputStream

Completed in 909 milliseconds