HomeSort by relevance Sort by last modified time
    Searched refs:total_bytes_read_ (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 69 // total_bytes_read_ doesn't include overflow_bytes_.
70 total_bytes_read_ -= BufferSize() + buffer_size_after_limit_;
80 if (closest_limit < total_bytes_read_) {
83 buffer_size_after_limit_ = total_bytes_read_ - closest_limit;
92 int current_position = total_bytes_read_ -
129 int current_position = total_bytes_read_ -
139 int current_position = total_bytes_read_ -
177 int bytes_until_limit = closest_limit - total_bytes_read_;
181 total_bytes_read_ = closest_limit;
187 total_bytes_read_ += count
    [all...]
coded_stream.h 439 int total_bytes_read_; // total bytes read from input_, including member in class:google::protobuf::io::CodedInputStream
442 // If total_bytes_read_ surpasses INT_MAX, we record the extra bytes here
    [all...]
  /external/chromium/net/base/
file_stream_unittest.cc 659 total_bytes_read_(total_bytes_read),
692 *total_bytes_read_ += total_bytes_read;
710 *total_bytes_read_ += rv;
726 int* total_bytes_read_; member in class:net::__anon3548::TestWriteReadCompletionCallback

Completed in 43 milliseconds