Searched refs:ClosureFstOptions (Results 1 – 2 of 2) sorted by relevance
73 struct ClosureFstOptions : RationalFstOptions { struct76 ClosureFstOptions(const RationalFstOptions &opts, ClosureType t) in ClosureFstOptions() argument78 explicit ClosureFstOptions(ClosureType t) : type(t) {} in ClosureFstOptions() function79 ClosureFstOptions() : type(CLOSURE_STAR) {} in ClosureFstOptions() argument106 ClosureFst(const Fst<A> &fst, const ClosureFstOptions &opts) in ClosureFst()
81 struct ClosureFstOptions : RationalFstOptions { struct84 ClosureFstOptions(const RationalFstOptions &opts, ClosureType t) in ClosureFstOptions() argument86 explicit ClosureFstOptions(ClosureType t) : type(t) {} in ClosureFstOptions() argument87 ClosureFstOptions() : type(CLOSURE_STAR) {} in ClosureFstOptions() argument114 ClosureFst(const Fst<A> &fst, const ClosureFstOptions &opts) in ClosureFst()