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

  /external/openfst/src/include/fst/script/
print.h 38 ostream *ostrm; member in struct:fst::script::FstPrinterArgs
47 ostream *ostrm,
50 show_weight_one(show_weight_one), ostrm(ostrm), dest(dest) { }
60 fstprinter.Print(args->ostrm, args->dest);
63 void PrintFst(const FstClass &fst, ostream &ostrm, const string &dest,
draw.h 50 ostream *ostrm; member in struct:fst::script::FstDrawerArgs
68 ostream *ostrm,
74 show_weight_one(show_weight_one), ostrm(ostrm), dest(dest) { }
88 fstdrawer.Draw(args->ostrm, args->dest);
106 ostream *ostrm,
  /external/openfst/src/include/fst/
symbol-table.h 523 ostringstream ostrm; local
524 table->Write(ostrm);
525 *result = ostrm.str();
fst.h 936 ostringstream ostrm; local
937 fst.Write(ostrm, FstWriteOptions("FstToString"));
938 *result = ostrm.str();
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 915 ostream* ostrm = new ofstream( pclgFilename.c_str(), ios_base::out); local
    [all...]

Completed in 636 milliseconds