Searched refs: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.cc58 QuicNegotiableValue::QuicNegotiableValue(QuicTag tag, function in class:net::QuicNegotiableValue
63 QuicNegotiableValue::~QuicNegotiableValue() {}
67 : QuicNegotiableValue(tag, presence),
123 : QuicNegotiableValue(tag, presence),

Completed in 252 milliseconds