Home
last modified time | relevance | path

Searched refs:prior_bytes_read_ (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.cc418 prior_bytes_read_ = input_->ByteCount(); in LimitingInputStream()
463 return input_->ByteCount() + limit_ - prior_bytes_read_; in ByteCount()
465 return input_->ByteCount() - prior_bytes_read_; in ByteCount()
Dzero_copy_stream_impl.h347 int64 prior_bytes_read_; // Bytes read on underlying stream at construction variable