Home | History | Annotate | Download | only in lib

Lines Matching refs:ait

62     for (MutableArcIterator< MutableFst<Arc> > ait(fst, state);
63 !ait.Done();
64 ait.Next()) {
65 Arc arc = ait.Value();
77 ait.SetValue(arc);
91 for (MutableArcIterator< MutableFst<Arc> > ait(fst, state);
92 !ait.Done();
93 ait.Next()) {
94 Arc arc = ait.Value();
101 ait.SetValue(arc);