Home
last modified time | relevance | path

Searched defs:QuicServerId (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_server_id.cc60 QuicServerId::QuicServerId() : QuicServerId("", 0, false) {} in QuicServerId() function in quic::QuicServerId
62 QuicServerId::QuicServerId(std::string host, uint16_t port) in QuicServerId() function in quic::QuicServerId
65 QuicServerId::QuicServerId(std::string host, uint16_t port, in QuicServerId() function in quic::QuicServerId
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_default_client.h22 class QuicServerId; variable
H A Dquic_name_lookup.h14 class QuicServerId; variable
H A Dquic_spdy_client_base.h25 class QuicServerId; variable
H A Dquic_client_base.h27 class QuicServerId; variable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dquic_spdy_client_session.h21 class QuicServerId; variable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dcrypto_test_utils.h38 class QuicServerId; variable
H A Dsimple_session_cache.cc57 void SimpleSessionCache::ClearEarlyData(const QuicServerId& /*server_id*/) { in ClearEarlyData()
H A Dquic_test_utils.cc1170 QuicServerId /*server_id*/, QuicTime::Delta connection_start_time, in CreateServerSessionForTest() argument