Searched defs:ComposeFst (Results 1 – 4 of 4) sorted by relevance
41 template <class A> class ComposeFst; variable
692 ComposeFst(const Fst<A> &fst1, const Fst<A> &fst2) in ComposeFst() function696 ComposeFst(const Fst<A> &fst1, in ComposeFst() function701 ComposeFst(const ComposeFst<A> &fst) : Fst<A>(fst), impl_(fst.impl_) { in ComposeFst() function
472 ComposeFst(const Fst<A> &fst1, const Fst<A> &fst2, in ComposeFst() function482 ComposeFst(const typename M1::FST &fst1, const typename M2::FST &fst2, in ComposeFst() function506 ComposeFst() {} in ComposeFst() function
56 template <class A> class ComposeFst; variable