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

  /external/chromium_org/net/spdy/
hpack_static_table.h 14 // HpackStaticTable provides |static_entries_| and |static_index_| for HPACK
23 // Prepares HpackStaticTable by filling up static_entries_ and static_index_
33 return static_entries_;
40 HpackHeaderTable::EntryTable static_entries_; member in class:net::HpackStaticTable
hpack_header_table.h 108 // |static_entries_| and |static_index_| are owned by HpackStaticTable
110 const EntryTable& static_entries_; member in class:net::HpackHeaderTable

Completed in 188 milliseconds