Lines Matching defs:arc
38 typedef A Arc;153 PrintId(l, isyms_, "arc input label");157 PrintId(l, osyms_, "arc output label");189 Arc arc = aiter.Value();193 Print(arc.nextstate);195 PrintILabel(arc.ilabel);198 PrintOLabel(arc.olabel);200 if (show_weight_one_ || (arc.weight != Weight::One())) {202 Print(arc.weight);