Home
last modified time | relevance | path

Searched defs:HpackDecoderTest (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/
H A Dhpack_decoder_test.cc72 class HpackDecoderTest : public quiche::test::QuicheTestWithParam<bool>, class
79 HpackDecoderTest() : decoder_(this, 4096) { in HpackDecoderTest() function in http2::test::__anona066160e0111::HpackDecoderTest
224 TEST_P(HpackDecoderTest, C3_RequestExamples) { in TEST_P() argument
350 TEST_P(HpackDecoderTest, C4_RequestExamplesWithHuffmanEncoding) { in TEST_P() argument
490 TEST_P(HpackDecoderTest, C5_ResponseExamples) { in TEST_P() argument
704 TEST_P(HpackDecoderTest, C6_ResponseExamplesWithHuffmanEncoding) { in TEST_P() argument
909 TEST_P(HpackDecoderTest, ProcessesOptionalTableSizeUpdates) { in TEST_P() argument
957 TEST_P(HpackDecoderTest, ProcessesRequiredTableSizeUpdate) { in TEST_P() argument
1019 TEST_P(HpackDecoderTest, InvalidRequiredSizeUpdate) { in TEST_P() argument
1041 TEST_P(HpackDecoderTest, RequiredTableSizeChangeBeforeEnd) { in TEST_P() argument
[all …]