HomeSort by relevance Sort by last modified time
    Searched defs:HpackStaticTable (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/spdy/
hpack_static_table.cc 13 HpackStaticTable::HpackStaticTable() {}
15 HpackStaticTable::~HpackStaticTable() {}
17 void HpackStaticTable::Initialize(const HpackStaticEntry* static_entry_table,
34 bool HpackStaticTable::IsInitialized() const {
hpack_static_table.h 14 // HpackStaticTable provides |static_entries_| and |static_index_| for HPACK
18 class NET_EXPORT_PRIVATE HpackStaticTable {
20 HpackStaticTable();
21 ~HpackStaticTable();
23 // Prepares HpackStaticTable by filling up static_entries_ and static_index_

Completed in 1618 milliseconds