Searched refs:MapArgs (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/script/
H A Dmap.cc27 MapArgs args_with_retval(args);
29 Apply<Operation<MapArgs> >("Map", ifst.ArcType(), &args_with_retval);
34 REGISTER_FST_OPERATION(Map, StdArc, MapArgs);
35 REGISTER_FST_OPERATION(Map, LogArc, MapArgs);
36 REGISTER_FST_OPERATION(Map, Log64Arc, MapArgs);
/external/openfst/src/include/fst/script/
H A Dmap.h53 typedef args::WithReturnValue<FstClass*, MapInnerArgs> MapArgs; typedef in namespace:fst::script
56 void Map(MapArgs *args) {
H A Dfstscript.h111 REGISTER_FST_OPERATION(Map, Arc, MapArgs);

Completed in 736 milliseconds