HomeSort by relevance Sort by last modified time
    Searched full:prev_arc (Results 1 - 3 of 3) 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;
properties.h 330 const A *prev_arc);
407 /// \param prev_arc the previously-added (or "last") arc of state s, or NULL if
411 const A &arc, const A *prev_arc) {
429 if (prev_arc != 0) {
430 if (prev_arc->ilabel > arc.ilabel) {
434 if (prev_arc->olabel > arc.olabel) {
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 233 milliseconds