Home | History | Annotate | Download | only in quic

Lines Matching defs:supported_versions

190                                const QuicVersionVector& supported_versions)
191 : framer_(supported_versions, helper->GetClock()->ApproximateNow(),
279 const QuicVersionVector& supported_versions = framer_.supported_versions();
280 for (size_t i = 0; i < supported_versions.size(); ++i) {
281 const QuicVersion& version = supported_versions[i];
989 << QuicVersionVectorToString(framer_.supported_versions()) << "}";
992 framer_.supported_versions()));