Home
last modified time | relevance | path

Searched refs:total_bytes_read_ (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dcoded_stream.cc70 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 …]
Dcoded_stream.h439 int total_bytes_read_; // total bytes read from input_, including variable
1042 total_bytes_read_(0), in CodedInputStream()
1063 total_bytes_read_(size), in CodedInputStream()
/external/chromium/net/base/
Dfile_stream_unittest.cc659 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