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

/external/openfst/src/include/fst/extensions/far/
H A Dcreate.h41 const bool file_list_input,
50 if (file_list_input) {
38 FarCreate(const vector<string> &in_fnames, const string &out_fname, const int32 generate_keys, const bool file_list_input, const FarType &far_type, const string &key_prefix, const string &key_suffix) argument
H A Dcompile-strings.h153 bool file_list_input,
215 if (file_list_input) {
141 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 keep_symbols, bool initial_symbols, bool allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument
H A Dfarscript.h58 const bool file_list_input; member in struct:fst::script::FarCompileStringsArgs
74 bool file_list_input,
82 file_list_input(file_list_input), key_prefix(key_prefix),
92 args->allow_negative_labels, args->file_list_input,
110 bool file_list_input,
123 const bool file_list_input; member in struct:fst::script::FarCreateArgs
130 const int32 generate_keys, const bool file_list_input,
134 generate_keys(generate_keys), file_list_input(file_list_input),
62 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 keep_symbols, bool initial_symbols, bool allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument
128 FarCreateArgs( const vector<string> &in_fnames, const string &out_fname, const int32 generate_keys, const bool file_list_input, const FarType &far_type, const string &key_prefix, const string &key_suffix) argument
[all...]
/external/openfst/src/extensions/far/
H A Dfarscript.cc40 bool file_list_input,
46 allow_negative_labels, file_list_input,
57 const bool file_list_input,
61 FarCreateArgs args(in_fnames, out_fname, generate_keys, file_list_input,
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 keep_symbols, bool initial_symbols, bool allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument
53 FarCreate(const vector<string> &in_fnames, const string &out_fname, const string &arc_type, const int32 generate_keys, const bool file_list_input, const FarType &far_type, const string &key_prefix, const string &key_suffix) argument

Completed in 129 milliseconds