HomeSort by relevance Sort by last modified time
    Searched defs:supported_versions (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/net/quic/crypto/
quic_crypto_client_config_test.cc 34 QuicVersionVector supported_versions = QuicSupportedVersions(); local
35 if (supported_versions.size() == 1) {
40 for (size_t i = supported_versions.size(); i > 0; --i) {
42 QuicVersionToQuicTag(supported_versions[i - 1]));
53 config.ProcessServerHello(msg, 0, supported_versions,
  /external/chromium_org/net/tools/quic/
quic_dispatcher.h 58 // must live until epoll_server Shutdown. |supported_versions| specifies the
62 const QuicVersionVector& supported_versions,
127 const QuicVersionVector& supported_versions() const { function in class:net::tools::QuicDispatcher
  /external/chromium_org/net/quic/
quic_framer.h 158 // QuicDecrypter for level ENCRYPTION_NONE. |supported_versions| specifies the
160 // version in |supported_versions|.
161 QuicFramer(const QuicVersionVector& supported_versions,
195 const QuicVersionVector& supported_versions() const { function in class:net::QuicFramer
313 const QuicVersionVector& supported_versions);
quic_protocol.cc 136 QuicVersionVector supported_versions; local
138 supported_versions.push_back(kSupportedQuicVersions[i]);
140 return supported_versions;
quic_connection.cc 177 const QuicVersionVector& supported_versions)
178 : framer_(supported_versions,
243 const QuicVersionVector& supported_versions = framer_.supported_versions(); local
244 for (size_t i = 0; i < supported_versions.size(); ++i) {
245 const QuicVersion& version = supported_versions[i];
788 framer_.supported_versions()));
    [all...]
quic_connection.h 196 const QuicVersionVector& supported_versions);
268 const QuicVersionVector& supported_versions() const { function in class:net::QuicConnection
269 return framer_.supported_versions();
quic_connection_test.cc 2958 QuicVersionVector supported_versions; local
2996 QuicVersionVector supported_versions; local
3153 QuicVersionVector supported_versions; local
    [all...]

Completed in 443 milliseconds