Home
last modified time | relevance | path

Searched refs:FarCompileStringsArgs (Results 1 – 2 of 2) sorted by relevance

/external/openfst/src/include/fst/extensions/far/
Dfarscript.h45 struct FarCompileStringsArgs { struct
62 FarCompileStringsArgs(const vector<string> &in_fnames, in FarCompileStringsArgs() argument
87 void FarCompileStrings(FarCompileStringsArgs *args) { in FarCompileStrings()
266 REGISTER_FST_OPERATION(FarCompileStrings, ArcType, FarCompileStringsArgs); \
/external/openfst/src/extensions/far/
Dfarscript.cc43 FarCompileStringsArgs args(in_fnames, out_fname, fst_type, far_type, in FarCompileStrings()
49 Apply<Operation<FarCompileStringsArgs> >("FarCompileStrings", arc_type, in FarCompileStrings()