Searched defs:ComposeFst (Results 1 – 2 of 2) 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