HomeSort by relevance Sort by last modified time
    Searched refs:all_supported_versions (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/tools/quic/
end_to_end_test.cc 116 QuicVersionVector all_supported_versions = QuicSupportedVersions(); local
128 params.push_back(TestParams(all_supported_versions,
129 all_supported_versions,
130 all_supported_versions[0],
139 for (size_t i = 1; i < all_supported_versions.size(); ++i) {
141 server_supported_versions.push_back(all_supported_versions[i]);
142 if (all_supported_versions[i] >= QUIC_VERSION_18) {
148 params.push_back(TestParams(all_supported_versions,
    [all...]
  /external/chromium_org/net/quic/
quic_packet_creator_test.cc 54 QuicVersionVector all_supported_versions = QuicSupportedVersions(); local
55 for (size_t i = 0; i < all_supported_versions.size(); ++i) {
56 params.push_back(TestParams(all_supported_versions[i], true));
57 params.push_back(TestParams(all_supported_versions[i], false));
    [all...]

Completed in 89 milliseconds