Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/
H A Dhpack_whole_entry_listener.cc15 HpackEntryType /*entry_type*/, size_t /*name_index*/, in OnNameIndexAndLiteralValue() argument
18 HpackEntryType /*entry_type*/, HpackDecoderStringBuffer* /*name_buffer*/, in OnLiteralNameAndValue() argument
H A Dhpack_entry_decoder_listener.h97 void OnStartLiteralHeader(HpackEntryType /*entry_type*/, in OnStartLiteralHeader() argument
H A Dhpack_decoder_state_test.cc102 HpackEntryType /*expected_type*/, in SendIndexAndVerifyCallback() argument
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/
H A Dhttp2_hpack_constants.h22 enum class HpackEntryType { enum