Searched defs:HttpDecoder (Results 1 – 2 of 2) sorted by relevance
34 HttpDecoder::HttpDecoder(Visitor* visitor) : HttpDecoder(visitor, Options()) {} in HttpDecoder() function in quic::HttpDecoder35 HttpDecoder::HttpDecoder(Visitor* visitor, Options options) in HttpDecoder() function in quic::HttpDecoder
76 void OnError(HttpDecoder* /*decoder*/) override {} in OnError() argument