Home
last modified time | relevance | path

Searched defs: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 Dhpack_decoder_adapter_test.cc115 class HpackDecoderAdapterTest : public quiche::test::QuicheTestWithParam<bool> { class
117 HpackDecoderAdapterTest() : decoder_(), decoder_peer_(&decoder_) {} in HpackDecoderAdapterTest() function in spdy::test::__anon14a8bfef0111::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
365 TEST_P(HpackDecoderAdapterTest, HandleHeaderRepresentation) { in TEST_P() argument
411 TEST_P(HpackDecoderAdapterTest, IndexedHeaderStatic) { in TEST_P() argument
[all …]