Searched refs:ostrm_ (Results 1 – 2 of 2) sorted by relevance
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()[all …]
59 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