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 49 QuicErrorCode error = msg.GetUint32(kICSL, &value);
53 error = msg.GetUint32(kMSPC, &value);
57 error = msg.GetUint32(kIFCW, &value);
61 error = msg.GetUint32(kSFCW, &value);
65 error = msg.GetUint32(kCFCW, &value);
quic_config.cc 31 QuicErrorCode error = msg.GetUint32(tag, out);
79 uint32 QuicNegotiableUint32::GetUint32() const {
267 QuicErrorCode error = peer_hello.GetUint32(tag_, &receive_value_);
335 QuicErrorCode error = peer_hello.GetUint32(tag_, &receive_value_);
495 idle_connection_state_lifetime_seconds_.GetUint32());
500 keepalive_timeout_seconds_.GetUint32());
509 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 66 EXPECT_EQ(QUIC_NO_ERROR, msg.GetUint32(kVER, &cver));
89 EXPECT_EQ(QUIC_NO_ERROR, msg.GetUint32(kPDMD, &pdmd));
104 EXPECT_EQ(QUIC_NO_ERROR, msg.GetUint32(kPDMD, &pdmd));
130 EXPECT_EQ(QUIC_NO_ERROR, chlo.GetUint32(kVER, &cver));
crypto_handshake_message.cc 173 QuicErrorCode CryptoHandshakeMessage::GetUint32(QuicTag tag,
quic_crypto_server_config.cc 519 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 76 milliseconds