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

  /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
  /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...]

Completed in 23 milliseconds