Searched defs:QuicServerId (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_server_id.cc11 QuicServerId::QuicServerId() {} function in class:net::QuicServerId
13 QuicServerId::QuicServerId(const HostPortPair& host_port_pair, function in class:net::QuicServerId
20 QuicServerId::QuicServerId(const string& host, function in class:net::QuicServerId
27 QuicServerId::QuicServerId(const string& host, function in class:net::QuicServerId
35 QuicServerId::~QuicServerId() {}
[all...]
H A Dquic_server_id.h18 class NET_EXPORT_PRIVATE QuicServerId { class in namespace:net
20 QuicServerId();
21 QuicServerId(const HostPortPair& host_port_pair,
24 QuicServerId(const std::string& host,
27 QuicServerId(const std::string& host,
31 ~QuicServerId();
34 bool operator<(const QuicServerId& other) const;
35 bool operator==(const QuicServerId& other) const;
37 // ToString() will convert the QuicServerId to "scheme:hostname:port" or

Completed in 327 milliseconds