Searched refs:RationalFstOptions (Results 1 – 8 of 8) sorted by relevance
73 struct ClosureFstOptions : RationalFstOptions {76 ClosureFstOptions(const RationalFstOptions &opts, ClosureType t) in ClosureFstOptions()77 : RationalFstOptions(opts), type(t) {} in ClosureFstOptions()
30 typedef CacheOptions RationalFstOptions; typedef56 explicit RationalFstImpl(const RationalFstOptions &opts) in RationalFstImpl()234 RationalFst() : impl_(new RationalFstImpl<A>(RationalFstOptions())) {} in RationalFst()235 explicit RationalFst(const RationalFstOptions &opts) in RationalFst()
90 typedef RationalFstOptions ConcatFstOptions;
92 typedef RationalFstOptions UnionFstOptions;
81 struct ClosureFstOptions : RationalFstOptions {84 ClosureFstOptions(const RationalFstOptions &opts, ClosureType t) in ClosureFstOptions()85 : RationalFstOptions(opts), type(t) {} in ClosureFstOptions()
37 typedef CacheOptions RationalFstOptions; typedef65 explicit RationalFstImpl(const RationalFstOptions &opts) in RationalFstImpl()290 : ImplToFst<Impl>(new Impl(RationalFstOptions())) {} in RationalFst()292 explicit RationalFst(const RationalFstOptions &opts) in RationalFst()
117 typedef RationalFstOptions UnionFstOptions;
178 typedef RationalFstOptions ConcatFstOptions;