Home | History | Annotate | Download | only in lib

Lines Matching refs:ComposeFst

37 // Complexity: same as ComposeFst.
39 // Caveats: same as ComposeFst.
41 class IntersectFst : public ComposeFst<A> {
43 using ComposeFst<A>::Impl;
50 : ComposeFst<A>(fst1, fst2) {
62 : ComposeFst<A>(fst1, fst2, ComposeFstOptions<T>(opts)) {
71 IntersectFst(const IntersectFst<A> &fst) : ComposeFst<A>(fst) {}
82 : public StateIterator< ComposeFst<A> > {
85 : StateIterator< ComposeFst<A> >(fst) {}
92 : public ArcIterator< ComposeFst<A> > {
97 : ArcIterator< ComposeFst<A> >(fst, s) {}