Home | History | Annotate | Download | only in fst

Lines Matching defs:it

100 // needs to be specify for this code to compile, but one can have it
311 Iterator it = begin;
312 for(; it != end; ++it, ++i){
313 compacts_[i] = *it;
314 if (compactor.Expand(i, *it).ilabel != kNoLabel)
324 Iterator it = begin;
325 for(size_t i = 0; it != end; ++it, ++i) {
326 Arc arc = compactor.Expand(i, *it);
341 for(it = begin; it != end; ++it) {
342 Arc arc = compactor.Expand(i, *it);
344 compacts_[i++] = *it;
348 compacts_[i++] = *it;