OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rarc
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-path.h
310
const ReverseArc &
rarc
= aiter.Value();
local
311
Arc arc(
rarc
.ilabel,
rarc
.olabel,
rarc
.weight.Reverse(),
rarc
.nextstate);
/external/openfst/src/include/fst/
shortest-path.h
358
const RevArc &
rarc
= aiter.Value();
local
359
Arc arc(
rarc
.ilabel,
rarc
.olabel,
rarc
.weight.Reverse(),
rarc
.nextstate);
Completed in 26 milliseconds