Searched defs:UnionFst (Results 1 – 4 of 4) sorted by relevance
115 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2) { in UnionFst() function119 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2, const UnionFstOptions &opts) in UnionFst() function124 UnionFst(const UnionFst<A> &fst) : RationalFst<A>(fst) {} in UnionFst() function
53 template <class A> class UnionFst; variable
140 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2) { in UnionFst() function144 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2, const UnionFstOptions &opts) in UnionFst() function
69 template <class A> class UnionFst; variable