OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InfoArgs
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/script/
info.cc
29
InfoArgs
args(f, test_properties, arc_filter, info_type, pipe, verify);
31
Apply<Operation<
InfoArgs
> >("PrintFstInfo", f.ArcType(), &args);
34
REGISTER_FST_OPERATION(PrintFstInfo, StdArc,
InfoArgs
);
35
REGISTER_FST_OPERATION(PrintFstInfo, LogArc,
InfoArgs
);
36
REGISTER_FST_OPERATION(PrintFstInfo, Log64Arc,
InfoArgs
);
/external/openfst/src/include/fst/script/
info.h
28
const string&, bool, bool>
InfoArgs
;
31
void PrintFstInfo(
InfoArgs
*args) {
fstscript.h
107
REGISTER_FST_OPERATION(PrintFstInfo, Arc,
InfoArgs
);
Completed in 326 milliseconds