Searched refs:istrm (Results 1 – 2 of 2) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | fst-io.h | 150 int PrintMain(int argc, char **argv, istream &istrm, 152 Fst<Arc> *fst = Fst<Arc>::Read(istrm, opts); 212 FstReader(istream &istrm, const string &source, in FstReader() argument 220 while (istrm.getline(line, kLineLen)) { in FstReader() 370 istream *istrm = &std::cin; 373 istrm = new ifstream(ifilename); 374 if (!*istrm) { 396 FstReader<Arc> fstreader(*istrm, ifilename, isyms, osyms, ssyms, 406 if (istrm != &std::cin) 407 delete istrm;
|
D | grxmlcompile.cpp | 771 std::ifstream istrm(ptxtFilename.c_str()); in make_openfst_graphs() local 772 if(!istrm) { in make_openfst_graphs() 778 fst::FstReader<fst::StdArc> reader( istrm, ptxtFilename, word_syms, prsr_syms, in make_openfst_graphs()
|