Home
last modified time | relevance | path

Searched refs:QuicNegotiableTag (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
Dquic_config.cc121 QuicNegotiableTag::QuicNegotiableTag(QuicTag tag, QuicConfigPresence presence) in QuicNegotiableTag() function in net::QuicNegotiableTag
127 QuicNegotiableTag::~QuicNegotiableTag() {} in ~QuicNegotiableTag()
129 void QuicNegotiableTag::set(const QuicTagVector& possible, in set()
136 QuicTag QuicNegotiableTag::GetTag() const { in GetTag()
143 void QuicNegotiableTag::ToHandshakeMessage(CryptoHandshakeMessage* out) const { in ToHandshakeMessage()
153 QuicErrorCode QuicNegotiableTag::ReadVector( in ReadVector()
179 QuicErrorCode QuicNegotiableTag::ProcessPeerHello( in ProcessPeerHello()
Dquic_config.h109 class NET_EXPORT_PRIVATE QuicNegotiableTag : public QuicNegotiableValue {
111 QuicNegotiableTag(QuicTag name, QuicConfigPresence presence);
112 virtual ~QuicNegotiableTag();
375 QuicNegotiableTag congestion_feedback_;