HomeSort by relevance Sort by last modified time
    Searched defs:istrm (Results 1 - 3 of 3) sorted by null

  /external/openfst/src/bin/
fstcompile.cc 55 istream *istrm = &cin; local
58 istrm = new fst::ifstream(argv[1]);
59 if (!*istrm) {
86 s::CompileFst(*istrm, source, dest, FLAGS_fst_type, FLAGS_arc_type,
91 if (istrm != &cin)
92 delete istrm;
  /external/openfst/src/include/fst/script/
compile.h 32 fst::istream &istrm; member in struct:fst::script::FstCompileArgs
45 FstCompileArgs(istream &istrm, const string &source, const string &dest,
51 istrm(istrm), source(source), dest(dest), fst_type(fst_type),
63 FstCompiler<Arc> fstcompiler(args->istrm, args->source, args->isyms,
82 void CompileFst(istream &istrm, const string &source, const string &dest,
  /external/openfst/src/include/fst/extensions/far/
compile-strings.h 51 StringReader(istream &istrm,
58 : nline_(0), strm_(istrm), source_(source), entry_type_(entry_type),
217 istream *istrm = in_fnames.empty() ? &cin : local
220 while (getline(*istrm, str))
223 delete istrm;
240 istream *istrm = inputs[i].empty() ? &cin : local
245 *istrm, inputs[i].empty() ? "stdin" : inputs[i],
269 if (!inputs[i].empty()) delete istrm;
295 delete istrm;

Completed in 3316 milliseconds