Home
last modified time | relevance | path

Searched refs:FarEntryType (Results 1 – 8 of 8) sorted by relevance

/external/openfst/src/include/fst/extensions/far/
Dfarscript.h51 const FarEntryType fet;
67 FarEntryType fet, in FarCompileStringsArgs()
103 FarEntryType fet,
210 const FarEntryType entry_type;
223 const vector<string> &ifilenames, const FarEntryType entry_type, in FarPrintStringsArgs()
249 const FarEntryType entry_type,
Dmain.h29 FarEntryType StringToFarEntryType(const string &s);
Dprint-strings.h39 const vector<string> &ifilenames, const FarEntryType entry_type, in FarPrintStrings()
Dcompile-strings.h146 FarEntryType fet, in FarCompileStrings()
Dfar.h32 enum FarEntryType { FET_LINE, FET_FILE }; enum
/external/openfst/src/extensions/far/
Dfarscript.cc33 FarEntryType fet, in FarCompileStrings()
104 const FarEntryType entry_type, in FarPrintStrings()
Dmain.cc65 FarEntryType StringToFarEntryType(const string &s) { in StringToFarEntryType()
Dfarcompilestrings.cc75 fst::FarEntryType fet = fst::StringToFarEntryType(FLAGS_entry_type); in main()