Home
last modified time | relevance | path

Searched refs:GetHpackDecoderDynamicTableSize (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Doghttp2_adapter.cc110 int OgHttp2Adapter::GetHpackDecoderDynamicTableSize() const { in GetHpackDecoderDynamicTableSize() function in http2::adapter::OgHttp2Adapter
111 return session_->GetHpackDecoderDynamicTableSize(); in GetHpackDecoderDynamicTableSize()
H A Doghttp2_session_test.cc87 EXPECT_EQ(0, session.GetHpackDecoderDynamicTableSize()); in TEST()
155 EXPECT_GT(session.GetHpackDecoderDynamicTableSize(), 0); in TEST()
591 EXPECT_EQ(0, session.GetHpackDecoderDynamicTableSize()); in TEST()
672 EXPECT_GT(session.GetHpackDecoderDynamicTableSize(), 0); in TEST()
H A Doghttp2_adapter.h49 int GetHpackDecoderDynamicTableSize() const override;
H A Dhttp2_adapter.h103 virtual int GetHpackDecoderDynamicTableSize() const = 0;
H A Dnghttp2_adapter.h69 int GetHpackDecoderDynamicTableSize() const override;
H A Dnghttp2_adapter.cc196 int NgHttp2Adapter::GetHpackDecoderDynamicTableSize() const { in GetHpackDecoderDynamicTableSize() function in http2::adapter::NgHttp2Adapter
H A Doghttp2_session.h152 int GetHpackDecoderDynamicTableSize() const;
H A Dnghttp2_adapter_test.cc186 EXPECT_EQ(0, adapter->GetHpackDecoderDynamicTableSize()); in TEST()
245 EXPECT_GT(adapter->GetHpackDecoderDynamicTableSize(), 0); in TEST()
3734 EXPECT_EQ(0, adapter->GetHpackDecoderDynamicTableSize()); in TEST()
3813 EXPECT_GT(adapter->GetHpackDecoderDynamicTableSize(), 0); in TEST()
H A Doghttp2_session.cc458 int OgHttp2Session::GetHpackDecoderDynamicTableSize() const { in GetHpackDecoderDynamicTableSize() function in http2::adapter::OgHttp2Session