Home
last modified time | relevance | path

Searched refs:HpackDecoderStaticTable (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/
H A Dhpack_decoder_tables.cc56 HpackDecoderStaticTable::HpackDecoderStaticTable( in HpackDecoderStaticTable() function in http2::HpackDecoderStaticTable
60 HpackDecoderStaticTable::HpackDecoderStaticTable() : table_(GetStaticTable()) {} in HpackDecoderStaticTable() function in http2::HpackDecoderStaticTable
62 const HpackStringPair* HpackDecoderStaticTable::Lookup(size_t index) const { in Lookup()
H A Dhpack_decoder_tables.h56 class QUICHE_EXPORT HpackDecoderStaticTable {
58 explicit HpackDecoderStaticTable(const std::vector<HpackStringPair>* table);
60 HpackDecoderStaticTable();
160 HpackDecoderStaticTable static_table_;
H A Dhpack_decoder_tables_test.cc91 HpackDecoderStaticTable static_table_;