Searched defs:ApplyHeaderTableSizeSetting (Results 1 – 5 of 5) sorted by relevance
26 void HpackDecoder::ApplyHeaderTableSizeSetting(uint32_t max_header_table_size) { in ApplyHeaderTableSizeSetting() function in http2::HpackDecoder
40 void HpackDecoderState::ApplyHeaderTableSizeSetting( in ApplyHeaderTableSizeSetting() function in http2::HpackDecoderState
31 void HpackDecoderAdapter::ApplyHeaderTableSizeSetting(size_t size_setting) { in ApplyHeaderTableSizeSetting() function in spdy::HpackDecoderAdapter
122 void HpackEncoder::ApplyHeaderTableSizeSetting(size_t size_setting) { in ApplyHeaderTableSizeSetting() function in spdy::HpackEncoder
239 TEST_P(HpackDecoderAdapterTest, ApplyHeaderTableSizeSetting) { in TEST_P() argument