Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dencode.h41 template <class A> class EncodeTable {
101 explicit EncodeTable(uint32 encode_flags) in EncodeTable() function
105 ~EncodeTable() { in ~EncodeTable()
183 DISALLOW_EVIL_CONSTRUCTORS(EncodeTable);
211 table_(new EncodeTable<A>(flags)) {} in EncodeMapper()
247 const typename EncodeTable<A>::Tuple* tuple = in operator()
292 EncodeTable<A> *table = new EncodeTable<A>(0); in Read()
310 EncodeTable<A>* table_;
312 explicit EncodeMapper(uint32 flags, EncodeType type, EncodeTable<A> *table) in EncodeMapper()