Home
last modified time | relevance | path

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

/external/chromium_org/net/spdy/
Dhpack_constants.cc44 std::vector<HpackStaticEntry> static_table = HpackStaticTableVector(); in SharedHpackStaticTable()
339 std::vector<HpackStaticEntry> HpackStaticTableVector() { in HpackStaticTableVector()
340 static const HpackStaticEntry kHpackStaticTable[] = { in HpackStaticTableVector()
403 return std::vector<HpackStaticEntry>( in HpackStaticTableVector()
Dhpack_static_table.h12 struct HpackStaticEntry;
25 void Initialize(const HpackStaticEntry* static_entry_table,
Dhpack_static_table.cc17 void HpackStaticTable::Initialize(const HpackStaticEntry* static_entry_table, in Initialize()
22 for (const HpackStaticEntry* it = static_entry_table; in Initialize()
Dhpack_constants.h34 struct HpackStaticEntry { struct
82 NET_EXPORT_PRIVATE std::vector<HpackStaticEntry> HpackStaticTableVector();
Dhpack_static_table_test.cc29 std::vector<HpackStaticEntry> static_table = HpackStaticTableVector(); in TEST_F()