Home
last modified time | relevance | path

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

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