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