OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MapArgs
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/script/
map.cc
27
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/
map.h
53
typedef args::WithReturnValue<FstClass*, MapInnerArgs>
MapArgs
;
56
void Map(
MapArgs
*args) {
fstscript.h
111
REGISTER_FST_OPERATION(Map, Arc,
MapArgs
);
Completed in 73 milliseconds