Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/crypto/
Dcrypto_handshake.cc180 return GetPOD(tag, out, sizeof(uint16)); in GetUint16()
185 return GetPOD(tag, out, sizeof(uint32)); in GetUint32()
190 return GetPOD(tag, out, sizeof(uint64)); in GetUint64()
223 QuicErrorCode CryptoHandshakeMessage::GetPOD( in GetPOD() function in net::CryptoHandshakeMessage
Dcrypto_handshake.h132 QuicErrorCode GetPOD(QuicTag tag, void* out, size_t len) const;