Searched refs:huffman_table_ (Results 1 – 2 of 2) sorted by relevance
97 : huffman_table_(huffman_table), huffman_builder_(huffman_builder) {} in TrieWriter()132 writer.WriteChar(c, huffman_table_, huffman_builder_); in WriteDispatchTables()149 writer.WriteChar(candidate, huffman_table_, huffman_builder_); in WriteDispatchTables()171 writer.WriteChar(kEndOfTableValue, huffman_table_, huffman_builder_); in WriteDispatchTables()
42 return huffman_table_; in huffman_table()53 const HuffmanRepresentationTable& huffman_table_; variable