Searched refs:total_bytes_read_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/browser/streams/
H A Dstream_url_request_job.cc28 total_bytes_read_(0),
76 total_bytes_read_ += bytes_read;
104 if (to_read + total_bytes_read_ > max_range_)
105 to_read = max_range_ - total_bytes_read_;
116 total_bytes_read_ += *bytes_read;
H A Dstream_url_request_job.h57 int total_bytes_read_; member in class:content::StreamURLRequestJob
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc69 // 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_
[all...]
H A Dcoded_stream.h439 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
1042 total_bytes_read_(0),
1063 total_bytes_read_(size),
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc78 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_
[all...]
H A Dcoded_stream.h461 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
911 (total_bytes_read_ == current_limit_))) {
921 return total_bytes_read_ - (BufferSize() + buffer_size_after_limit_);
1085 total_bytes_read_(0),
1106 total_bytes_read_(size),
/external/chromium_org/extensions/browser/
H A Dcontent_verify_job.h123 int64 total_bytes_read_; member in class:extensions::ContentVerifyJob
H A Dcontent_verify_job.cc46 total_bytes_read_(0),
109 total_bytes_read_ += bytes_to_hash;
/external/chromium_org/components/cronet/android/
H A Durl_request_adapter.cc30 total_bytes_read_(0),
258 total_bytes_read_ += bytes_read;
267 << ". Total bytes read: " << total_bytes_read_; local
H A Durl_request_adapter.h145 int total_bytes_read_; member in class:cronet::URLRequestAdapter
/external/chromium_org/net/base/
H A Dfile_stream_unittest.cc529 total_bytes_read_(total_bytes_read),
568 *total_bytes_read_ += total_bytes_read;
593 *total_bytes_read_ += rv;
609 int* total_bytes_read_; member in class:net::__anon9004::TestWriteReadCompletionCallback

Completed in 244 milliseconds