Searched refs:HpackDecoderAdapterTest (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/hpack/ |
H A D | hpack_decoder_adapter_test.cc | 115 class HpackDecoderAdapterTest : public quiche::test::QuicheTestWithParam<bool> { class 117 HpackDecoderAdapterTest() : decoder_(), decoder_peer_(&decoder_) {} in HpackDecoderAdapterTest() function in spdy::test::__anon14a8bfef0111::HpackDecoderAdapterTest 234 INSTANTIATE_TEST_SUITE_P(NoHandler, HpackDecoderAdapterTest, ::testing::Bool()); 236 INSTANTIATE_TEST_SUITE_P(WithHandler, HpackDecoderAdapterTest, 239 TEST_P(HpackDecoderAdapterTest, ApplyHeaderTableSizeSetting) { in TEST_P() argument 245 TEST_P(HpackDecoderAdapterTest, in TEST_P() argument 269 TEST_P(HpackDecoderAdapterTest, NameTooLong) { in TEST_P() argument 288 TEST_P(HpackDecoderAdapterTest, HeaderTooLongToBuffer) { in TEST_P() argument 307 TEST_P(HpackDecoderAdapterTest, HeaderBlockTooLong) { in TEST_P() argument 333 TEST_P(HpackDecoderAdapterTest, DecodeWithIncompleteData) { in TEST_P() argument [all …]
|