Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/
H A Dhpack_entry_decoder_listener.cc27 void HpackEntryDecoderVLoggingListener::OnNameStart(bool huffman_encoded, in OnNameStart() function in http2::HpackEntryDecoderVLoggingListener
H A Dhpack_entry_decoder_listener.h99 void OnNameStart(bool /*huffman_encoded*/, size_t /*len*/) override {} in OnNameStart() function
H A Dhpack_whole_entry_buffer.cc49 void HpackWholeEntryBuffer::OnNameStart(bool huffman_encoded, size_t len) { in OnNameStart() function in http2::HpackWholeEntryBuffer
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
H A Dhpack_block_collector.cc36 void HpackBlockCollector::OnNameStart(bool huffman_encoded, size_t len) { in OnNameStart() function in http2::test::HpackBlockCollector
H A Dhpack_entry_collector.cc66 void HpackEntryCollector::OnNameStart(bool huffman_encoded, size_t len) { in OnNameStart() function in http2::test::HpackEntryCollector