Lines Matching refs:RationalFst
85 // RationalFst argument.
87 void Union(RationalFst<Arc> *fst1, const Fst<Arc> &fst2) {
107 class UnionFst : public RationalFst<A> {
109 using RationalFst<A>::Impl;
120 : RationalFst<A>(opts) {
124 UnionFst(const UnionFst<A> &fst) : RationalFst<A>(fst) {}
132 class StateIterator< UnionFst<A> > : public StateIterator< RationalFst<A> > {
135 : StateIterator< RationalFst<A> >(fst) {}
141 class ArcIterator< UnionFst<A> > : public ArcIterator< RationalFst<A> > {
146 : ArcIterator< RationalFst<A> >(fst, s) {}