Searched refs:HpackStaticTable (Results 1 – 5 of 5) sorted by relevance
13 HpackStaticTable::HpackStaticTable() {} in HpackStaticTable() function in net::HpackStaticTable15 HpackStaticTable::~HpackStaticTable() {} in ~HpackStaticTable()17 void HpackStaticTable::Initialize(const HpackStaticEntry* static_entry_table, in Initialize()34 bool HpackStaticTable::IsInitialized() const { in IsInitialized()
18 class NET_EXPORT_PRIVATE HpackStaticTable {20 HpackStaticTable();21 ~HpackStaticTable();
23 HpackStaticTable table_;42 const HpackStaticTable* static_table_one = &ObtainHpackStaticTable(); in TEST_F()43 const HpackStaticTable* static_table_two = &ObtainHpackStaticTable(); in TEST_F()
45 scoped_ptr<HpackStaticTable> mutable_table(new HpackStaticTable()); in SharedHpackStaticTable()55 scoped_ptr<const HpackStaticTable> table;414 const HpackStaticTable& ObtainHpackStaticTable() { in ObtainHpackStaticTable()
42 class HpackStaticTable; variable92 NET_EXPORT_PRIVATE const HpackStaticTable& ObtainHpackStaticTable();