Home
last modified time | relevance | path

Searched refs:HpackStaticTable (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/spdy/
Dhpack_static_table.cc13 HpackStaticTable::HpackStaticTable() {} in HpackStaticTable() function in net::HpackStaticTable
15 HpackStaticTable::~HpackStaticTable() {} in ~HpackStaticTable()
17 void HpackStaticTable::Initialize(const HpackStaticEntry* static_entry_table, in Initialize()
34 bool HpackStaticTable::IsInitialized() const { in IsInitialized()
Dhpack_static_table.h18 class NET_EXPORT_PRIVATE HpackStaticTable {
20 HpackStaticTable();
21 ~HpackStaticTable();
Dhpack_static_table_test.cc23 HpackStaticTable table_;
42 const HpackStaticTable* static_table_one = &ObtainHpackStaticTable(); in TEST_F()
43 const HpackStaticTable* static_table_two = &ObtainHpackStaticTable(); in TEST_F()
Dhpack_constants.cc45 scoped_ptr<HpackStaticTable> mutable_table(new HpackStaticTable()); in SharedHpackStaticTable()
55 scoped_ptr<const HpackStaticTable> table;
414 const HpackStaticTable& ObtainHpackStaticTable() { in ObtainHpackStaticTable()
Dhpack_constants.h42 class HpackStaticTable; variable
92 NET_EXPORT_PRIVATE const HpackStaticTable& ObtainHpackStaticTable();