HomeSort by relevance Sort by last modified time
    Searched defs:EncodeMapper (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 196 // The EncodeMapper allows on the fly encoding of the machine. As the
205 template <class A> class EncodeMapper {
209 EncodeMapper(uint32 flags, EncodeType type)
213 EncodeMapper(const EncodeMapper& mapper)
220 EncodeMapper(const EncodeMapper& mapper, EncodeType type)
226 ~EncodeMapper() {
290 static EncodeMapper<A> *Read(istream &strm,
294 return r ? new EncodeMapper(table->flags(), type, table) : 0
    [all...]
  /external/openfst/src/include/fst/
encode.h 296 // The EncodeMapper allows on the fly encoding of the machine. As the
305 template <class A> class EncodeMapper {
309 EncodeMapper(uint32 flags, EncodeType type)
315 EncodeMapper(const EncodeMapper& mapper)
324 EncodeMapper(const EncodeMapper& mapper, EncodeType type)
332 ~EncodeMapper() {
379 static EncodeMapper<A> *Read(istream &strm,
383 return table ? new EncodeMapper(table->flags(), type, table) : 0
    [all...]

Completed in 32 milliseconds