HomeSort by relevance Sort by last modified time
    Searched defs:QuicServerId (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/
quic_server_id.cc 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() {}
    [all...]
quic_server_id.h 18 class NET_EXPORT_PRIVATE QuicServerId {
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 923 milliseconds