Searched defs:AlternativeService (Results 1 – 3 of 3) sorted by relevance
56 struct NET_EXPORT AlternativeService { struct57 AlternativeService() : protocol(kProtoUnknown), host(), port(0) {} in AlternativeService() argument59 AlternativeService(NextProto protocol, const std::string& host, uint16_t port) in AlternativeService() argument62 AlternativeService(NextProto protocol, const HostPortPair& host_port_pair) in AlternativeService() argument68 AlternativeService& operator=(const AlternativeService& alternative_service) = argument73 bool operator==(const AlternativeService& other) const { argument97 const AlternativeService& alternative_service); argument
31 struct QUICHE_EXPORT AlternativeService { struct42 AlternativeService(); argument
43 SpdyAltSvcWireFormat::AlternativeService::AlternativeService( in AlternativeService() function in spdy::SpdyAltSvcWireFormat::AlternativeService