HomeSort by relevance Sort by last modified time
    Searched refs:DecodeTable (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/spdy/
hpack_huffman_table.h 37 // captures a terminal symbol, or points to the next DecodeTable to consult
52 struct NET_EXPORT_PRIVATE DecodeTable {
99 // Adds a new DecodeTable with the argument prefix & indexed length.
103 const DecodeEntry& Entry(const DecodeTable& table, uint32 index) const;
105 void SetEntry(const DecodeTable& table, uint32 index,
108 std::vector<DecodeTable> decode_tables_;
hpack_huffman_table.cc 48 size_t HpackHuffmanTable::DecodeTable::size() const {
116 // We wish to maximize the flatness of the DecodeTable hierarchy (subject to
126 const DecodeTable table = decode_tables_[table_index];
161 const DecodeTable& table = decode_tables_[i];
188 DecodeTable table;
199 const DecodeTable& table,
206 void HpackHuffmanTable::SetEntry(const DecodeTable& table,
280 const DecodeTable* table = &decode_tables_[0];
hpack_huffman_table_test.cc 30 typedef HpackHuffmanTable::DecodeTable DecodeTable;
43 const std::vector<DecodeTable>& decode_tables() const {
53 std::vector<DecodeEntry> decode_entries(const DecodeTable& decode_table) {
58 void DumpDecodeTable(const DecodeTable& table) {
308 const DecodeTable& decode_table = peer_.decode_tables()[0];
321 const DecodeTable& decode_table = peer_.decode_tables()[1];
  /external/chromium_org/third_party/webrtc/base/
base64.h 91 static const unsigned char DecodeTable[];
base64.cc 41 const unsigned char Base64::DecodeTable[] = {
144 qbuf[byte_len] = DecodeTable[static_cast<unsigned char>(data[*dpos])];

Completed in 179 milliseconds