Searched refs:total_bytes_read_ (Results 1 – 3 of 3) sorted by relevance
70 total_bytes_read_ -= BufferSize() + buffer_size_after_limit_; in BackUpInputToCurrentPosition()80 if (closest_limit < total_bytes_read_) { in RecomputeBufferLimits()83 buffer_size_after_limit_ = total_bytes_read_ - closest_limit; in RecomputeBufferLimits()92 int current_position = total_bytes_read_ - in PushLimit()129 int current_position = total_bytes_read_ - in BytesUntilLimit()139 int current_position = total_bytes_read_ - in SetTotalBytesLimit()177 int bytes_until_limit = closest_limit - total_bytes_read_; in Skip()181 total_bytes_read_ = closest_limit; in Skip()187 total_bytes_read_ += count; in Skip()348 int current_position = total_bytes_read_ - buffer_size_after_limit_; in ReadTagSlow()[all …]
439 int total_bytes_read_; // total bytes read from input_, including variable1042 total_bytes_read_(0), in CodedInputStream()1063 total_bytes_read_(size), in CodedInputStream()
659 total_bytes_read_(total_bytes_read), in TestWriteReadCompletionCallback()692 *total_bytes_read_ += total_bytes_read; in RunWithParams()710 *total_bytes_read_ += rv; in RunWithParams()726 int* total_bytes_read_; member in net::__anon46802ba60111::TestWriteReadCompletionCallback