Lines Matching refs:ostrm_
52 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()
132 *ostrm_ << "\n"; in PrintState()
141 ostream *ostrm_; // text FST destination variable