Home | History | Annotate | Download | only in lib

Lines Matching refs:aiter

590   // Finds matches to MATCH_LABEL in arcs given by AITER
592 bool FindLabel(ArcIterator< Fst<A> > *aiter, size_t numarcs,
599 aiter->Seek(mid);
601 aiter->Value().ilabel : aiter->Value().olabel;
609 aiter->Seek(i - 1);
610 label = find_input ? aiter->Value().ilabel : aiter->Value().olabel;
612 aiter->Seek(i);