Home
last modified time | relevance | path

Searched refs:Http2StructureDecoderPeer (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/
H A Dhttp2_structure_decoder.h27 class Http2StructureDecoderPeer; variable
114 friend class test::Http2StructureDecoderPeer;
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
H A Dhttp2_structure_decoder_test_util.h15 class QUICHE_NO_EXPORT Http2StructureDecoderPeer {
H A Dhttp2_structure_decoder_test_util.cc13 void Http2StructureDecoderPeer::Randomize(Http2StructureDecoder* p, in Randomize()
H A Dframe_decoder_state_test_util.cc23 Http2StructureDecoderPeer::Randomize(&p->structure_decoder_, rng); in Randomize()