Searched defs:OnValueStart (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/ | ||
H A D | hpack_entry_decoder_listener.cc | 50 void HpackEntryDecoderVLoggingListener::OnValueStart(bool huffman_encoded, in OnValueStart() function in http2::HpackEntryDecoderVLoggingListener |
H A D | hpack_entry_decoder_listener.h | 102 void OnValueStart(bool /*huffman_encoded*/, size_t /*len*/) override {} in OnValueStart() function |
H A D | hpack_whole_entry_buffer.cc | 87 void HpackWholeEntryBuffer::OnValueStart(bool huffman_encoded, size_t len) { in OnValueStart() function in http2::HpackWholeEntryBuffer |
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/ | ||
H A D | hpack_block_collector.cc | 43 void HpackBlockCollector::OnValueStart(bool huffman_encoded, size_t len) { in OnValueStart() function in http2::test::HpackBlockCollector |
H A D | hpack_entry_collector.cc | 87 void HpackEntryCollector::OnValueStart(bool huffman_encoded, size_t len) { in OnValueStart() function in http2::test::HpackEntryCollector |