Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/socket/
H A Dssl_client_socket_unittest.cc1596 int64_t unencrypted_bytes_read = 0; in TEST_P() local
1602 unencrypted_bytes_read += rv; in TEST_P()
1605 EXPECT_GT(unencrypted_bytes_read, 0); in TEST_P()
1611 unencrypted_bytes_read); in TEST_P()