Searched refs:key_suffix (Results 1 - 6 of 6) sorted by relevance

/external/openfst/src/include/fst/extensions/far/
H A Dfarscript.h57 const string &key_suffix; member in struct:fst::script::FarCompileStringsArgs
71 const string &key_suffix) :
77 key_suffix(key_suffix) { }
86 args->key_prefix, args->key_suffix);
103 const string &key_suffix);
117 const string &key_suffix; member in struct:fst::script::FarCreateArgs
123 const string &key_suffix)
126 far_type(far_type), key_prefix(key_prefix), key_suffix(key_suffix) { }
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
119 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...]
H A Dcreate.h44 const string &key_suffix) {
78 far_writer->Add(key_prefix + key + key_suffix, *ifst);
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.h141 const string &key_suffix) {
258 far_writer->Add(key_prefix + key + key_suffix, *fst);
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
/external/openfst/src/extensions/far/
H A Dfarscript.cc40 const string &key_suffix) {
44 file_list_input, key_prefix, key_suffix);
57 const string &key_suffix) {
59 far_type, key_prefix, key_suffix);
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
50 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
H A Dfarcompilestrings.cc30 DEFINE_string(key_suffix, "", "Suffix to append to keys");
H A Dfarcreate.cc28 DEFINE_string(key_suffix, "", "Suffix to append to keys");

Completed in 123 milliseconds