Home
last modified time | relevance | path

Searched defs:AlternativeService (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dalternative_service.h56 struct NET_EXPORT AlternativeService { struct
57 AlternativeService() : protocol(kProtoUnknown), host(), port(0) {} in AlternativeService() argument
59 AlternativeService(NextProto protocol, const std::string& host, uint16_t port) in AlternativeService() argument
62 AlternativeService(NextProto protocol, const HostPortPair& host_port_pair) in AlternativeService() argument
68 AlternativeService& operator=(const AlternativeService& alternative_service) = argument
73 bool operator==(const AlternativeService& other) const { argument
97 const AlternativeService& alternative_service); argument
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dspdy_alt_svc_wire_format.h31 struct QUICHE_EXPORT AlternativeService { struct
42 AlternativeService(); argument
H A Dspdy_alt_svc_wire_format.cc43 SpdyAltSvcWireFormat::AlternativeService::AlternativeService( in AlternativeService() function in spdy::SpdyAltSvcWireFormat::AlternativeService