Home | History | Annotate | Download | only in base

Lines Matching refs:total_bytes_read

188   int total_bytes_read = 0;
199 total_bytes_read += rv;
202 EXPECT_EQ(file_size, total_bytes_read);
251 int total_bytes_read = 0;
262 total_bytes_read += rv;
265 EXPECT_EQ(file_size - kOffset, total_bytes_read);
417 int64 total_bytes_read = 0;
428 total_bytes_read += rv;
431 EXPECT_EQ(file_size, total_bytes_read);
500 int total_bytes_read = 0;
511 total_bytes_read += rv;
519 EXPECT_EQ(kTestDataSize * 2, total_bytes_read);
529 int* total_bytes_read,
536 total_bytes_read_(total_bytes_read),
565 int total_bytes_written = 0, total_bytes_read = 0;
568 stream_, &total_bytes_written, &total_bytes_read, &data_read);
575 *total_bytes_read_ += total_bytes_read;
642 int total_bytes_read = 0;
645 &total_bytes_read, &data_read);
659 EXPECT_EQ(kTestDataSize * 2, total_bytes_read);
867 int total_bytes_read = 0;
878 total_bytes_read += rv;
881 EXPECT_EQ(file_size, total_bytes_read);