HomeSort by relevance Sort by last modified time
    Searched defs:prev_arc (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
test-properties.h 128 Arc prev_arc; local
166 if (arc.ilabel < prev_arc.ilabel) {
170 if (arc.olabel < prev_arc.olabel) {
187 prev_arc = arc;
edit-fst.h 199 const A *prev_arc = NULL; local
203 prev_arc = &(arc_it.Value());
206 return prev_arc;
534 const A *prev_arc = data_->AddArc(s, arc, wrapped_); local
535 SetProperties(AddArcProperties(FstImpl<A>::Properties(), s, arc, prev_arc));

Completed in 51 milliseconds