Searched defs:QuicServerId (Results 1 – 9 of 9) sorted by relevance
60 QuicServerId::QuicServerId() : QuicServerId("", 0, false) {} in QuicServerId() function in quic::QuicServerId62 QuicServerId::QuicServerId(std::string host, uint16_t port) in QuicServerId() function in quic::QuicServerId65 QuicServerId::QuicServerId(std::string host, uint16_t port, in QuicServerId() function in quic::QuicServerId
22 class QuicServerId; variable
14 class QuicServerId; variable
25 class QuicServerId; variable
27 class QuicServerId; variable
21 class QuicServerId; variable
38 class QuicServerId; variable
57 void SimpleSessionCache::ClearEarlyData(const QuicServerId& /*server_id*/) { in ClearEarlyData()
1170 QuicServerId /*server_id*/, QuicTime::Delta connection_start_time, in CreateServerSessionForTest() argument