Home | History | Annotate | Download | only in quic

Lines Matching defs:QuicServerId

11 QuicServerId::QuicServerId() {}
13 QuicServerId::QuicServerId(const HostPortPair& host_port_pair,
20 QuicServerId::QuicServerId(const string& host,
27 QuicServerId::QuicServerId(const string& host,
35 QuicServerId::~QuicServerId() {}
37 bool QuicServerId::operator<(const QuicServerId& other) const {
47 bool QuicServerId::operator==(const QuicServerId& other) const {
53 string QuicServerId::ToString() const {