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

/external/chromium_org/net/quic/crypto/
H A Dcrypto_handshake_message.cc173 QuicErrorCode CryptoHandshakeMessage::GetUint32(QuicTag tag, function in class:net::CryptoHandshakeMessage
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtputils.cc57 bool GetUint32(const void* data, size_t offset, uint32* value) { function in namespace:cricket
118 return GetUint32(data, kRtpTimestampOffset, value);
125 return GetUint32(data, kRtpSsrcOffset, value);
/external/chromium_org/net/quic/
H A Dquic_config.cc30 QuicErrorCode error = msg.GetUint32(tag, out);
78 uint32 QuicNegotiableUint32::GetUint32() const { function in class:net::QuicNegotiableUint32
266 QuicErrorCode error = peer_hello.GetUint32(tag_, &receive_value_);
334 QuicErrorCode error = peer_hello.GetUint32(tag_, &receive_value_);
504 idle_connection_state_lifetime_seconds_.GetUint32());
509 keepalive_timeout_seconds_.GetUint32());
518 return max_streams_per_connection_.GetUint32();

Completed in 373 milliseconds