Searched refs:ostrm_ (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/include/fst/script/
H A Dprint-impl.h52 accep_(accep && fst.Properties(kAcceptor, true)), ostrm_(0),
57 ostrm_ = ostrm;
88 *ostrm_ << symbol;
90 *ostrm_ << id;
113 *ostrm_ << FLAGS_fst_field_separator[0];
115 *ostrm_ << FLAGS_fst_field_separator[0];
118 *ostrm_ << FLAGS_fst_field_separator[0];
122 *ostrm_ << FLAGS_fst_field_separator[0] << arc.weight;
123 *ostrm_ << "\n";
130 *ostrm_ << FLAGS_fst_field_separato
141 ostream *ostrm_; // text FST destination member in class:fst::FstPrinter
[all...]
H A Ddraw-impl.h59 accep_(accep && fst.Properties(kAcceptor, true)), ostrm_(0),
67 ostrm_ = strm;
113 *ostrm_ << s;
162 *ostrm_ << t;
215 ostream *ostrm_; // drawn FST destination member in class:fst::FstDrawer
/external/srec/tools/grxmlcompile/
H A Dfst-io.h54 accep_(accep && fst.Properties(kAcceptor, true)), ostrm_(0) {}
58 ostrm_ = ostrm;
89 *ostrm_ << symbol;
91 *ostrm_ << id;
114 *ostrm_ << "\t";
116 *ostrm_ << "\t";
119 *ostrm_ << "\t";
123 *ostrm_ << "\t" << arc.weight;
124 *ostrm_ << "\n";
131 *ostrm_ << "\
142 ostream *ostrm_; // binary FST destination member in class:fst::FstPrinter
[all...]

Completed in 1962 milliseconds