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

  /external/chromium_org/content/browser/streams/
stream_url_request_job.cc 28 total_bytes_read_(0),
52 total_bytes_read_ += bytes_read;
80 if (to_read + total_bytes_read_ > max_range_)
81 to_read = max_range_ - total_bytes_read_;
92 total_bytes_read_ += *bytes_read;
stream_url_request_job.h 57 int total_bytes_read_; member in class:content::StreamURLRequestJob
  /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_org/third_party/protobuf/src/google/protobuf/io/
coded_stream.cc 78 GOOGLE_LOG(WARNING) << "The total number of bytes read was " << total_bytes_read_;
91 // total_bytes_read_ doesn't include overflow_bytes_.
92 total_bytes_read_ -= BufferSize() + buffer_size_after_limit_;
102 if (closest_limit < total_bytes_read_) {
105 buffer_size_after_limit_ = total_bytes_read_ - closest_limit;
201 int bytes_until_limit = closest_limit - total_bytes_read_;
205 total_bytes_read_ = closest_limit;
211 total_bytes_read_ += count;
372 int current_position = total_bytes_read_ - buffer_size_after_limit_;
409 (total_bytes_read_ == current_limit_)) &
    [all...]
coded_stream.h 461 int total_bytes_read_; // total bytes read from input_, including member in class:google::protobuf::io::CodedInputStream
464 // 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::__anon5363::TestWriteReadCompletionCallback
  /external/chromium_org/net/base/
file_stream_unittest.cc 770 total_bytes_read_(total_bytes_read),
809 *total_bytes_read_ += total_bytes_read;
826 *total_bytes_read_ += rv;
842 int* total_bytes_read_; member in class:net::__anon10927::TestWriteReadCompletionCallback
    [all...]

Completed in 340 milliseconds