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_lite.cc384 prior_bytes_read_ = input_->ByteCount(); in LimitingInputStream()
429 return input_->ByteCount() + limit_ - prior_bytes_read_; in ByteCount()
431 return input_->ByteCount() - prior_bytes_read_; in ByteCount()
Dzero_copy_stream_impl_lite.h360 int64 prior_bytes_read_; // Bytes read on underlying stream at construction variable