Home | History | Annotate | Download | only in far

Lines Matching defs:out_fname

47   const string &out_fname;
63 const string &out_fname,
77 in_fnames(in_fnames), out_fname(out_fname), fst_type(fst_type),
89 args->in_fnames, args->out_fname, args->fst_type, args->far_type,
98 const string &out_fname,
121 const string &out_fname;
129 const vector<string> &in_fnames, const string &out_fname,
133 : in_fnames(in_fnames), out_fname(out_fname),
140 fst::FarCreate<Arc>(args->in_fnames, args->out_fname, args->generate_keys,
146 const string &out_fname,