HomeSort by relevance Sort by last modified time
    Searched refs:GetUint32 (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/net/quic/
quic_config_test.cc 48 QuicErrorCode error = msg.GetUint32(kICSL, &value);
52 error = msg.GetUint32(kMSPC, &value);
56 error = msg.GetUint32(kIFCW, &value);
60 error = msg.GetUint32(kSFCW, &value);
64 error = msg.GetUint32(kCFCW, &value);
68 error = msg.GetUint32(kSRBF, &value);
quic_config.cc 30 QuicErrorCode error = msg.GetUint32(tag, out);
78 uint32 QuicNegotiableUint32::GetUint32() const {
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();
quic_config.h 88 uint32 GetUint32() const;
  /external/chromium_org/net/quic/crypto/
crypto_handshake_message.h 89 QuicErrorCode GetUint32(QuicTag tag, uint32* out) const;
quic_crypto_client_config_test.cc 78 EXPECT_EQ(QUIC_NO_ERROR, msg.GetUint32(kVER, &cver));
101 EXPECT_EQ(QUIC_NO_ERROR, msg.GetUint32(kPDMD, &pdmd));
116 EXPECT_EQ(QUIC_NO_ERROR, msg.GetUint32(kPDMD, &pdmd));
142 EXPECT_EQ(QUIC_NO_ERROR, chlo.GetUint32(kVER, &cver));
crypto_handshake_message.cc 173 QuicErrorCode CryptoHandshakeMessage::GetUint32(QuicTag tag,
quic_crypto_server_config.cc 549 if (client_hello.GetUint32(kVER, &client_version_tag) != QUIC_NO_ERROR) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtputils.cc 57 bool GetUint32(const void* data, size_t offset, uint32* value) {
118 return GetUint32(data, kRtpTimestampOffset, value);
125 return GetUint32(data, kRtpSsrcOffset, value);

Completed in 1956 milliseconds