Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
Dspdy_protocol.cc512 SpdyAltSvcIR::SpdyAltSvcIR(SpdyStreamId stream_id) : SpdyFrameIR(stream_id) {} in SpdyAltSvcIR() function in spdy::SpdyAltSvcIR
Dspdy_framer.cc923 void VisitAltSvc(const SpdyAltSvcIR& /*altsvc*/) override { in VisitAltSvc()
/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
Doghttp2_session.cc103 void VisitAltSvc(const spdy::SpdyAltSvcIR& /*altsvc*/) override {} in VisitAltSvc()