Searched refs:total_bytes_received (Results 1 – 4 of 4) sorted by relevance
288 size_t total_bytes_received = 0; in TEST_F() local291 .WillOnce(Invoke([this, &total_bytes_received, all_frames_done]( in TEST_F()295 Invoke([&total_bytes_received, all_frames_done](UnixSocket* s) { in TEST_F()298 total_bytes_received += res; in TEST_F()299 if (total_bytes_received == kTotalBytes) in TEST_F()
165 ASSERT_GE(load.total_bytes_received(), sizeof(kOkMessage)); in TEST_F()
137 int64 total_bytes_received = 9; field