Searched refs:FarEntryType (Results 1 – 8 of 8) sorted by relevance
/external/openfst/src/include/fst/extensions/far/ |
D | farscript.h | 51 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,
|
D | main.h | 29 FarEntryType StringToFarEntryType(const string &s);
|
D | print-strings.h | 39 const vector<string> &ifilenames, const FarEntryType entry_type, in FarPrintStrings()
|
D | compile-strings.h | 146 FarEntryType fet, in FarCompileStrings()
|
D | far.h | 32 enum FarEntryType { FET_LINE, FET_FILE }; enum
|
/external/openfst/src/extensions/far/ |
D | farscript.cc | 33 FarEntryType fet, in FarCompileStrings() 104 const FarEntryType entry_type, in FarPrintStrings()
|
D | main.cc | 65 FarEntryType StringToFarEntryType(const string &s) { in StringToFarEntryType()
|
D | farcompilestrings.cc | 75 fst::FarEntryType fet = fst::StringToFarEntryType(FLAGS_entry_type); in main()
|