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

  /external/openfst/src/include/fst/script/
print-impl.h 52 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_separator[0] << final
141 ostream *ostrm_; \/\/ text FST destination member in class:fst::FstPrinter
    [all...]
draw-impl.h 59 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/
fst-io.h 54 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_ << "\t" << final
142 ostream *ostrm_; \/\/ binary FST destination member in class:fst::FstPrinter
    [all...]

Completed in 121 milliseconds