num_sent_client_hellos  191 net/quic/quic_client_session.cc                        crypto_stream_->num_sent_client_hellos());
num_sent_client_hellos  196 net/quic/quic_client_session.cc   int round_trip_handshakes = crypto_stream_->num_sent_client_hellos() - 1;
num_sent_client_hellos  409 net/quic/quic_client_session.cc   return crypto_stream_->num_sent_client_hellos();
num_sent_client_hellos   44 net/quic/quic_crypto_client_stream.h   int num_sent_client_hellos() const;
num_sent_client_hellos  166 net/quic/quic_crypto_server_stream_test.cc   EXPECT_EQ(2, client->num_sent_client_hellos());
num_sent_client_hellos  224 net/quic/quic_crypto_server_stream_test.cc   EXPECT_EQ(1, client->num_sent_client_hellos());
num_sent_client_hellos  159 net/quic/test_tools/crypto_test_utils.cc   return client->num_sent_client_hellos();
num_sent_client_hellos  199 net/quic/test_tools/crypto_test_utils.cc   return client.num_sent_client_hellos();
num_sent_client_hellos   67 net/tools/quic/quic_client_session.cc   return crypto_stream_.num_sent_client_hellos();