Home
last modified time | relevance | path

Searched refs:DecodeTable (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/Transforms/IndVarSimplify/
D2008-09-02-IVType.ll7 %struct.DecodeTable = type { i16, i16, i16, i16, i8**, i8** }
10DecodeTable*], [5 x %struct.DecodeTable*], [5 x i8], [5 x i8], [4 x [65 x i16]], [4 x %struct.Deco…
13 …struct.SharedDGlobals = type { %struct.DecodeTable, %struct.DecodeTable, %struct.DecodeTable, %str…
/external/chromium_org/net/spdy/
Dhpack_huffman_table.h52 struct NET_EXPORT_PRIVATE DecodeTable { struct
103 const DecodeEntry& Entry(const DecodeTable& table, uint32 index) const;
105 void SetEntry(const DecodeTable& table, uint32 index,
108 std::vector<DecodeTable> decode_tables_;
Dhpack_huffman_table.cc48 size_t HpackHuffmanTable::DecodeTable::size() const { in size()
126 const DecodeTable table = decode_tables_[table_index]; in BuildDecodeTables()
161 const DecodeTable& table = decode_tables_[i]; in BuildDecodeTables()
188 DecodeTable table; in AddDecodeTable()
199 const DecodeTable& table, in Entry()
206 void HpackHuffmanTable::SetEntry(const DecodeTable& table, in SetEntry()
280 const DecodeTable* table = &decode_tables_[0]; in DecodeString()
Dhpack_huffman_table_test.cc30 typedef HpackHuffmanTable::DecodeTable DecodeTable; typedef
43 const std::vector<DecodeTable>& decode_tables() const { in decode_tables()
53 std::vector<DecodeEntry> decode_entries(const DecodeTable& decode_table) { in decode_entries()
58 void DumpDecodeTable(const DecodeTable& table) { in DumpDecodeTable()
308 const DecodeTable& decode_table = peer_.decode_tables()[0]; in TEST_F()
321 const DecodeTable& decode_table = peer_.decode_tables()[1]; in TEST_F()
/external/chromium_org/third_party/webrtc/base/
Dbase64.cc41 const unsigned char Base64::DecodeTable[] = { member in rtc::Base64
144 qbuf[byte_len] = DecodeTable[static_cast<unsigned char>(data[*dpos])]; in GetNextQuantum()
Dbase64.h91 static const unsigned char DecodeTable[]; variable
/external/chromium_org/third_party/libjingle/
Dmods-since-v0_4_0.diff266 < static const std::string::size_type Base64::DecodeTable[];
269 > static const std::string::size_type DecodeTable[];