Searched refs:prior_bytes_read_ (Results 1 – 2 of 2) sorted by relevance
418 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()
347 int64 prior_bytes_read_; // Bytes read on underlying stream at construction variable