Searched refs:rarc (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dshortest-path.h310 const ReverseArc &rarc = aiter.Value(); local
311 Arc arc(rarc.ilabel, rarc.olabel, rarc.weight.Reverse(), rarc.nextstate);
/external/openfst/src/include/fst/
H A Dshortest-path.h358 const RevArc &rarc = aiter.Value(); local
359 Arc arc(rarc.ilabel, rarc.olabel, rarc.weight.Reverse(), rarc.nextstate);

Completed in 88 milliseconds