Home
last modified time | relevance | path

Searched refs:total_num_bytes (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/mojo/core/
Ddata_pipe_unittest.cc1075 size_t total_num_bytes = 0; in TEST_F() local
1076 while (total_num_bytes < 90) { in TEST_F()
1088 WriteData(&test_data[20 + total_num_bytes], &num_bytes, false)); in TEST_F()
1089 total_num_bytes += num_bytes; in TEST_F()
1092 ASSERT_EQ(90u, total_num_bytes); in TEST_F()