Searched refs:GetUint16 (Results 1 – 3 of 3) sorted by relevance
48 bool GetUint16(const void* data, size_t offset, int* value) { in GetUint16() function111 return GetUint16(data, kRtpSeqNumOffset, value); in GetRtpSeqNum()
88 QuicErrorCode GetUint16(QuicTag tag, uint16* out) const;
168 QuicErrorCode CryptoHandshakeMessage::GetUint16(QuicTag tag, in GetUint16() function in net::CryptoHandshakeMessage