Searched defs:ClosureFst (Results 1 – 4 of 4) sorted by relevance
102 ClosureFst(const Fst<A> &fst, ClosureType closure_type) { in ClosureFst() function106 ClosureFst(const Fst<A> &fst, const ClosureFstOptions &opts) in ClosureFst() function111 ClosureFst(const ClosureFst<A> &fst) : RationalFst<A>(fst) {} in ClosureFst() function
40 template <class A> class ClosureFst; variable
110 ClosureFst(const Fst<A> &fst, ClosureType closure_type) { in ClosureFst() function114 ClosureFst(const Fst<A> &fst, const ClosureFstOptions &opts) in ClosureFst() function
55 template <class A> class ClosureFst; variable