Searched defs:QuicNegotiableValue (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_config.h61 class NET_EXPORT_PRIVATE QuicNegotiableValue : public QuicConfigValue { class in namespace:net
63 QuicNegotiableValue(QuicTag tag, QuicConfigPresence presence);
64 virtual ~QuicNegotiableValue();
74 class NET_EXPORT_PRIVATE QuicNegotiableUint32 : public QuicNegotiableValue {
109 class NET_EXPORT_PRIVATE QuicNegotiableTag : public QuicNegotiableValue {
H A Dquic_config.cc57 QuicNegotiableValue::QuicNegotiableValue(QuicTag tag, function in class:net::QuicNegotiableValue
62 QuicNegotiableValue::~QuicNegotiableValue() {}
66 : QuicNegotiableValue(tag, presence),
122 : QuicNegotiableValue(tag, presence),

Completed in 370 milliseconds