Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dclosure.h73 struct ClosureFstOptions : RationalFstOptions {
76 ClosureFstOptions(const RationalFstOptions &opts, ClosureType t) in ClosureFstOptions()
77 : RationalFstOptions(opts), type(t) {} in ClosureFstOptions()
Drational.h30 typedef CacheOptions RationalFstOptions; typedef
56 explicit RationalFstImpl(const RationalFstOptions &opts) in RationalFstImpl()
234 RationalFst() : impl_(new RationalFstImpl<A>(RationalFstOptions())) {} in RationalFst()
235 explicit RationalFst(const RationalFstOptions &opts) in RationalFst()
Dconcat.h90 typedef RationalFstOptions ConcatFstOptions;
Dunion.h92 typedef RationalFstOptions UnionFstOptions;
/external/openfst/src/include/fst/
Dclosure.h81 struct ClosureFstOptions : RationalFstOptions {
84 ClosureFstOptions(const RationalFstOptions &opts, ClosureType t) in ClosureFstOptions()
85 : RationalFstOptions(opts), type(t) {} in ClosureFstOptions()
Drational.h37 typedef CacheOptions RationalFstOptions; typedef
65 explicit RationalFstImpl(const RationalFstOptions &opts) in RationalFstImpl()
290 : ImplToFst<Impl>(new Impl(RationalFstOptions())) {} in RationalFst()
292 explicit RationalFst(const RationalFstOptions &opts) in RationalFst()
Dunion.h117 typedef RationalFstOptions UnionFstOptions;
Dconcat.h178 typedef RationalFstOptions ConcatFstOptions;