GetUint32 89 net/quic/crypto/crypto_handshake_message.h QuicErrorCode GetUint32(QuicTag tag, uint32* out) const; GetUint32 552 net/quic/crypto/crypto_server_test.cc EXPECT_EQ(QUIC_NO_ERROR, out_.GetUint32(kIFCW, &ifcw)); GetUint32 65 net/quic/crypto/quic_crypto_client_config_test.cc EXPECT_EQ(QUIC_NO_ERROR, msg.GetUint32(kVER, &cver)); GetUint32 88 net/quic/crypto/quic_crypto_client_config_test.cc EXPECT_EQ(QUIC_NO_ERROR, msg.GetUint32(kPDMD, &pdmd)); GetUint32 103 net/quic/crypto/quic_crypto_client_config_test.cc EXPECT_EQ(QUIC_NO_ERROR, msg.GetUint32(kPDMD, &pdmd)); GetUint32 130 net/quic/crypto/quic_crypto_client_config_test.cc EXPECT_EQ(QUIC_NO_ERROR, chlo.GetUint32(kVER, &cver)); GetUint32 134 net/quic/crypto/quic_crypto_client_config_test.cc EXPECT_EQ(QUIC_NO_ERROR, chlo.GetUint32(kIFCW, &ifcw)); GetUint32 492 net/quic/crypto/quic_crypto_server_config.cc if (client_hello.GetUint32(kVER, &client_version_tag) != QUIC_NO_ERROR) { GetUint32 31 net/quic/quic_config.cc QuicErrorCode error = msg.GetUint32(tag, out); GetUint32 351 net/quic/quic_config.cc idle_connection_state_lifetime_seconds_.GetUint32()); GetUint32 356 net/quic/quic_config.cc keepalive_timeout_seconds_.GetUint32()); GetUint32 365 net/quic/quic_config.cc return max_streams_per_connection_.GetUint32(); GetUint32 384 net/quic/quic_config.cc return server_initial_congestion_window_.GetUint32(); GetUint32 393 net/quic/quic_config.cc return initial_round_trip_time_us_.GetUint32(); GetUint32 401 net/quic/quic_config.cc return peer_initial_flow_control_window_bytes_.GetUint32(); GetUint32 83 net/quic/quic_config.h uint32 GetUint32() const; GetUint32 167 net/quic/quic_config.h uint32 GetUint32() const; GetUint32 43 net/quic/quic_config_test.cc QuicErrorCode error = msg.GetUint32(kICSL, &value); GetUint32 47 net/quic/quic_config_test.cc error = msg.GetUint32(kMSPC, &value);