Searched refs:GetUint32 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_config.cc31 uint32 QuicNegotiableUint32::GetUint32() const { function in class:net::QuicNegotiableUint32
52 QuicErrorCode error = msg.GetUint32(tag_, out);
254 idle_connection_state_lifetime_seconds_.GetUint32());
259 keepalive_timeout_seconds_.GetUint32());
268 return max_streams_per_connection_.GetUint32();
H A Dquic_config.h54 uint32 GetUint32() const;
H A Dquic_config_test.cc36 QuicErrorCode error = msg.GetUint32(kICSL, &value);
40 error = msg.GetUint32(kMSPC, &value);
/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/crypto/
H A Dcrypto_handshake.h105 QuicErrorCode GetUint32(QuicTag tag, uint32* out) const;
H A Dcrypto_handshake.cc200 QuicErrorCode CryptoHandshakeMessage::GetUint32(QuicTag tag, function in class:net::CryptoHandshakeMessage

Completed in 186 milliseconds