Lines Matching refs:ait
75 for (MutableArcIterator< MutableFst<Arc> > ait(fst, state);76 !ait.Done();77 ait.Next()) {78 Arc arc = ait.Value();90 ait.SetValue(arc);111 for (MutableArcIterator< MutableFst<Arc> > ait(fst, state);112 !ait.Done();113 ait.Next()) {114 Arc arc = ait.Value();121 ait.SetValue(arc);