Searched refs:prev_arc (Results 1 – 3 of 3) sorted by relevance
128 Arc prev_arc; in ComputeProperties() local166 if (arc.ilabel < prev_arc.ilabel) { in ComputeProperties()170 if (arc.olabel < prev_arc.olabel) { in ComputeProperties()187 prev_arc = arc; in ComputeProperties()
330 const A *prev_arc);411 const A &arc, const A *prev_arc) { in AddArcProperties() argument429 if (prev_arc != 0) { in AddArcProperties()430 if (prev_arc->ilabel > arc.ilabel) { in AddArcProperties()434 if (prev_arc->olabel > arc.olabel) { in AddArcProperties()
199 const A *prev_arc = NULL; in AddArc() local203 prev_arc = &(arc_it.Value()); in AddArc()206 return prev_arc; in AddArc()534 const A *prev_arc = data_->AddArc(s, arc, wrapped_); in AddArc() local535 SetProperties(AddArcProperties(FstImpl<A>::Properties(), s, arc, prev_arc)); in AddArc()