Searched defs:fet (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/extensions/far/
H A Dfarcompilestrings.cc72 fst::FarEntryType fet = fst::StringToFarEntryType(FLAGS_entry_type); local
77 far_type, FLAGS_generate_keys, fet, ftt,
H A Dfarscript.cc33 FarEntryType fet,
42 generate_keys, fet, tt, symbols_fname,
27 FarCompileStrings(const vector<string> &in_fnames, const string &out_fname, const string &arc_type, const string &fst_type, const FarType &far_type, int32 generate_keys, FarEntryType fet, FarTokenType tt, const string &symbols_fname, const string &unknown_symbol, bool allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument
/external/openfst/src/include/fst/extensions/far/
H A Dfarscript.h50 const FarEntryType fet; member in struct:fst::script::FarCompileStringsArgs
64 FarEntryType fet,
73 far_type(far_type), generate_keys(generate_keys), fet(fet),
84 args->generate_keys, args->fet, args->tt, args->symbols_fname,
96 FarEntryType fet,
59 FarCompileStringsArgs(const vector<string> &in_fnames, const string &out_fname, const string &fst_type, const FarType &far_type, int32 generate_keys, FarEntryType fet, FarTokenType tt, const string &symbols_fname, const string &unknown_symbol, bool allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument
H A Dcompile-strings.h134 FarEntryType fet,
143 if (fet == FET_LINE) {
145 } else if (fet == FET_FILE) {
235 << (fet == FET_LINE ? "line" :
236 (fet == FET_FILE ? "file" : "unknown"));
129 FarCompileStrings(const vector<string> &in_fnames, const string &out_fname, const string &fst_type, const FarType &far_type, int32 generate_keys, FarEntryType fet, FarTokenType tt, const string &symbols_fname, const string &unknown_symbol, bool allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument

Completed in 129 milliseconds