Searched refs:total_bytes_read_ (Results 1 – 4 of 4) sorted by relevance
98 total_bytes_read_ -= BufferSize() + buffer_size_after_limit_; in BackUpInputToCurrentPosition()108 if (closest_limit < total_bytes_read_) { in RecomputeBufferLimits()111 buffer_size_after_limit_ = total_bytes_read_ - closest_limit; in RecomputeBufferLimits()215 int bytes_until_limit = closest_limit - total_bytes_read_; in SkipFallback()219 total_bytes_read_ = closest_limit; in SkipFallback()226 total_bytes_read_ = input_->ByteCount(); in SkipFallback()229 total_bytes_read_ += count; in SkipFallback()512 int current_position = total_bytes_read_ - buffer_size_after_limit_; in ReadTagSlow()555 (total_bytes_read_ == current_limit_)) && in ReadTagFallback()559 total_bytes_read_ - buffer_size_after_limit_ < total_bytes_limit_) { in ReadTagFallback()[all …]
541 int total_bytes_read_; // total bytes read from input_, including variable1486 (total_bytes_read_ == current_limit_))) { in ExpectAtEnd()1496 return total_bytes_read_ - (BufferSize() + buffer_size_after_limit_); in CurrentPosition()1542 total_bytes_read_(0), in CodedInputStream()1562 total_bytes_read_(size), in CodedInputStream()
802 total_bytes_read_ += bytes_read; in OnReaderReadCompleted()814 status.encoded_data_length = total_bytes_read_ + header_length_; in RequestComplete()815 status.encoded_body_length = total_bytes_read_; in RequestComplete()817 status.decoded_body_length = total_bytes_read_; in RequestComplete()
171 int64_t total_bytes_read_ = 0; variable