Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
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
/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
Dquic_default_client.h22 class QuicServerId; variable
Dquic_name_lookup.h14 class QuicServerId; variable
Dquic_spdy_client_base.h26 class QuicServerId; variable
Dquic_client_base.h28 class QuicServerId; variable
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_spdy_client_session.h21 class QuicServerId; variable
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dcrypto_test_utils.h33 class QuicServerId; variable
Dsimple_session_cache.cc57 void SimpleSessionCache::ClearEarlyData(const QuicServerId& /*server_id*/) { in ClearEarlyData()
Dquic_test_utils.cc1156 QuicServerId /*server_id*/, QuicTime::Delta connection_start_time, in CreateServerSessionForTest() argument