Home | History | Annotate | Download | only in quic

Lines Matching refs:QuicVersion

24       static_cast<QuicVersion>(QUIC_VERSION_17 + 1)));
60 // If you add a new version to the QuicVersion enum you will need to add a new
79 QuicVersion version = kSupportedQuicVersions[i];
91 EXPECT_CALL(log, Log(ERROR, _, "Unsupported QuicVersion: 0")).Times(1);
99 // If you add a new version to the QuicVersion enum you will need to add a new
115 QuicVersion version = kSupportedQuicVersions[i];
122 QuicVersion tag_to_quic_version = QuicTagToQuicVersion(tag);
147 QuicVersion single_version[] = {QUIC_VERSION_16};
154 QuicVersion multiple_versions[] = {QUIC_VERSION_UNSUPPORTED, QUIC_VERSION_16};
164 QuicVersion version = kSupportedQuicVersions[i];