Home | History | Annotate | Download | only in fst

Lines Matching refs:siter_

604       : impl_(fst.GetImpl()), siter_(*impl_->fst_), s_(0),
608 bool Done() const { return siter_.Done() && !superfinal_; }
614 if (!siter_.Done()) {
615 siter_.Next();
624 siter_.Reset();
641 if (!siter_.Done()) {
650 StateIterator< Fst<A> > siter_;