HomeSort by relevance Sort by last modified time
    Searched refs:ostrm_ (Results 1 - 2 of 2) 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

Completed in 65 milliseconds