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

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

Completed in 112 milliseconds