Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/
H A Dhpack_whole_entry_listener.cc20 void HpackWholeEntryNoOpListener::OnDynamicTableSizeUpdate(size_t /*size*/) {} in OnDynamicTableSizeUpdate() function in http2::HpackWholeEntryNoOpListener
H A Dhpack_entry_decoder_listener.cc73 void HpackEntryDecoderVLoggingListener::OnDynamicTableSizeUpdate(size_t size) { in OnDynamicTableSizeUpdate() function in http2::HpackEntryDecoderVLoggingListener
H A Dhpack_entry_decoder_listener.h105 void OnDynamicTableSizeUpdate(size_t /*size*/) override {} in OnDynamicTableSizeUpdate() function
H A Dhpack_whole_entry_buffer.cc136 void HpackWholeEntryBuffer::OnDynamicTableSizeUpdate(size_t size) { in OnDynamicTableSizeUpdate() function in http2::HpackWholeEntryBuffer
H A Dhpack_decoder_state.cc145 void HpackDecoderState::OnDynamicTableSizeUpdate(size_t size_limit) { in OnDynamicTableSizeUpdate() function in http2::HpackDecoderState
H A Dhpack_whole_entry_buffer_test.cc82 TEST_F(HpackWholeEntryBufferTest, OnDynamicTableSizeUpdate) { in TEST_F() argument
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
H A Dhpack_block_collector.cc28 void HpackBlockCollector::OnDynamicTableSizeUpdate(size_t size) { in OnDynamicTableSizeUpdate() function in http2::test::HpackBlockCollector
H A Dhpack_entry_collector.cc112 void HpackEntryCollector::OnDynamicTableSizeUpdate(size_t size) { in OnDynamicTableSizeUpdate() function in http2::test::HpackEntryCollector