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

/external/openfst/src/include/fst/
H A Dencode.h53 // and decoding of Fsts. The EncodeTable is bidirectional. I.E it
56 template <class A> class EncodeTable { class in namespace:fst
74 // Comparison object for hashing EncodeTable Tuple(s).
117 explicit EncodeTable(uint32 encode_flags) function in class:fst::EncodeTable
122 ~EncodeTable() {
161 LOG(ERROR) << "EncodeTable::Decode: unknown decode key: " << key;
171 static EncodeTable<A> *Read(istream &strm, const string &source);
214 DISALLOW_COPY_AND_ASSIGN(EncodeTable);
218 bool EncodeTable<A>::Write(ostream &strm, const string &source) const {
238 LOG(ERROR) << "EncodeTable
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dencode.h38 // and decoding of Fsts. The EncodeTable is bidirectional. I.E it
41 template <class A> class EncodeTable { class in namespace:fst
59 // Comparison object for hashing EncodeTable Tuple(s).
98 explicit EncodeTable(uint32 encode_flags) function in class:fst::EncodeTable
102 ~EncodeTable() {
141 LOG(ERROR) << "EncodeTable::Write: write failed: " << source;
153 LOG(ERROR) << "EncodeTable::Read: Bad encode table header: " << source;
160 LOG(ERROR) << "EncodeTable::Read: read failed: " << source;
172 LOG(ERROR) << "EncodeTable::Read: read failed: " << source;
184 DISALLOW_EVIL_CONSTRUCTORS(EncodeTable);
[all...]

Completed in 92 milliseconds