Home | History | Annotate | Download | only in test

Lines Matching refs:piter

797         ArcIterator< Fst<Arc> > piter(paths, pstart);
798 for (; !piter.Done(); piter.Next()) {
799 StateId s = piter.Value().nextstate;
801 Times(piter.Value().weight, distance[s]) : Weight::Zero();