Home | Sort by relevance Sort by last modified time |
/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::__anon3465::TestWriteReadCompletionCallback |
/external/protobuf/src/google/protobuf/io/ | |
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...] |