Home
last modified time | relevance | path

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

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