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

/external/chromium_org/net/quic/
H A Dquic_config.cc85 void QuicNegotiableUint32::ToHandshakeMessage( function in class:net::QuicNegotiableUint32
143 void QuicNegotiableTag::ToHandshakeMessage(CryptoHandshakeMessage* out) const { function in class:net::QuicNegotiableTag
255 void QuicFixedUint32::ToHandshakeMessage(CryptoHandshakeMessage* out) const { function in class:net::QuicFixedUint32
323 void QuicFixedTag::ToHandshakeMessage(CryptoHandshakeMessage* out) const { function in class:net::QuicFixedTag
391 void QuicFixedTagVector::ToHandshakeMessage(CryptoHandshakeMessage* out) const { function in class:net::QuicFixedTagVector
646 // of them in negotiated, ToHandshakeMessage, ProcessClientHello, and
672 void QuicConfig::ToHandshakeMessage(CryptoHandshakeMessage* out) const { function in class:net::QuicConfig
673 congestion_feedback_.ToHandshakeMessage(out);
674 idle_connection_state_lifetime_seconds_.ToHandshakeMessage(out);
675 keepalive_timeout_seconds_.ToHandshakeMessage(ou
[all...]

Completed in 205 milliseconds