Searched refs:total_num_bytes (Results 1 – 1 of 1) sorted by relevance
1075 size_t total_num_bytes = 0; in TEST_F() local1076 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()