HomeSort by relevance Sort by last modified time
    Searched refs:QuicVersionVector (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/net/tools/quic/
quic_dispatcher.h 62 const QuicVersionVector& supported_versions,
127 const QuicVersionVector& supported_versions() const {
171 const QuicVersionVector supported_versions_;
quic_server.h 33 const QuicVersionVector& supported_versions);
122 QuicVersionVector supported_versions_;
quic_client.h 41 const QuicVersionVector& supported_versions,
46 const QuicVersionVector& supported_versions);
205 QuicVersionVector supported_versions_;
end_to_end_test.cc 71 TestParams(const QuicVersionVector& client_supported_versions,
72 const QuicVersionVector& server_supported_versions,
91 QuicVersionVector client_supported_versions;
92 QuicVersionVector server_supported_versions;
100 QuicVersionVector all_supported_versions = QuicSupportedVersions();
114 QuicVersionVector client_supported_versions;
127 QuicVersionVector server_supported_versions;
273 QuicVersionVector client_supported_versions_;
274 QuicVersionVector server_supported_versions_;
quic_time_wait_list_manager.h 46 const QuicVersionVector& supported_versions);
quic_client.cc 35 const QuicVersionVector& supported_versions,
53 const QuicVersionVector& supported_versions)
quic_dispatcher.cc 40 const QuicVersionVector& supported_versions,
quic_server.cc 53 const QuicVersionVector& supported_versions)
quic_time_wait_list_manager.cc 97 const QuicVersionVector& supported_versions)
  /external/chromium_org/net/tools/quic/test_tools/
quic_test_client.h 32 const QuicVersionVector& supported_versions);
36 const QuicVersionVector& supported_versions);
41 const QuicVersionVector& supported_versions);
server_thread.h 22 const QuicVersionVector& supported_versions,
server_thread.cc 15 const QuicVersionVector& supported_versions,
quic_test_client.cc 104 const QuicVersionVector& supported_versions)
112 const QuicVersionVector& supported_versions)
149 const QuicVersionVector& supported_versions)
157 const QuicVersionVector& supported_versions)
166 const QuicVersionVector& supported_versions)
  /external/chromium_org/net/quic/crypto/
quic_crypto_client_config_test.cc 34 QuicVersionVector supported_versions = QuicSupportedVersions();
quic_crypto_client_config.h 177 const QuicVersionVector& negotiated_versions,
quic_crypto_server_config.h 188 const QuicVersionVector& supported_versions,
crypto_server_test.cc 182 QuicVersionVector supported_versions_;
  /external/chromium_org/net/quic/
quic_framer.h 161 QuicFramer(const QuicVersionVector& supported_versions,
195 const QuicVersionVector& supported_versions() const {
313 const QuicVersionVector& supported_versions);
488 QuicVersionVector supported_versions_;
quic_connection.h 196 const QuicVersionVector& supported_versions);
268 const QuicVersionVector& supported_versions() const {
325 const QuicVersionVector& server_supported_versions() const {
449 bool SelectMutualVersion(const QuicVersionVector& available_versions);
768 QuicVersionVector server_supported_versions_;
quic_packet_creator.h 162 const QuicVersionVector& supported_versions);
quic_protocol.cc 135 QuicVersionVector QuicSupportedVersions() {
136 QuicVersionVector supported_versions;
179 string QuicVersionVectorToString(const QuicVersionVector& versions) {
quic_protocol.h 254 typedef std::vector<QuicVersion> QuicVersionVector;
257 NET_EXPORT_PRIVATE QuicVersionVector QuicSupportedVersions();
276 const QuicVersionVector& versions);
475 QuicVersionVector versions;
    [all...]
quic_protocol_test.cc 135 QuicVersionVector versions_vector;
quic_connection.cc 177 const QuicVersionVector& supported_versions)
239 const QuicVersionVector& available_versions) {
243 const QuicVersionVector& supported_versions = framer_.supported_versions();
    [all...]
quic_connection_logger.cc 171 for (QuicVersionVector::const_iterator it = packet->versions.begin();

Completed in 3037 milliseconds

1 2