Home
last modified time | relevance | path

Searched refs:HttpDecoderPeer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dhttp_decoder.h20 class HttpDecoderPeer; variable
163 friend test::HttpDecoderPeer;
H A Dhttp_decoder_test.cc33 class HttpDecoderPeer { class
70 return HttpDecoderPeer::current_frame_type(&decoder_); in current_frame_type()