Searched defs:FarCompileStrings (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/extensions/far/
H A Dfarscript.cc27 void FarCompileStrings(const vector<string> &in_fnames, function in namespace:fst::script
49 Apply<Operation<FarCompileStringsArgs> >("FarCompileStrings", arc_type,
/external/openfst/src/include/fst/extensions/far/
H A Dcompile-strings.h141 void FarCompileStrings(const vector<string> &in_fnames, function in namespace:fst
162 FSTERROR() << "FarCompileStrings: unknown entry type";
174 FSTERROR() << "FarCompileStrings: unknown token type";
184 FSTERROR() << "FarCompileStrings: unknown fst type: "
196 FSTERROR() << "FarCompileStrings: error reading symbol table: "
203 FSTERROR() << "FarCompileStrings: unknown label \"" << unknown_label
231 FSTERROR() << "FarCompileStrings: read from a file instead of stdin or"
259 FSTERROR() << "FarCompileStrings: compiling string number " << n
H A Dfarscript.h87 void FarCompileStrings(FarCompileStringsArgs *args) { function in namespace:fst::script
88 fst::FarCompileStrings<Arc>(
96 void FarCompileStrings(
266 REGISTER_FST_OPERATION(FarCompileStrings, ArcType, FarCompileStringsArgs); \

Completed in 143 milliseconds