Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/socket/
H A Dssl_client_socket_unittest.cc1775 CountingStreamSocket* raw_counting_socket = counting_socket.get(); in TEST_P() local
1809 int old_write_count = raw_counting_socket->write_count(); in TEST_P()
1814 EXPECT_EQ(old_write_count, raw_counting_socket->write_count()); in TEST_P()