Lines Matching refs:stream_
208 stream_(stream)210 flags_ = stream_.flags();211 width_ = stream_.width();212 precision_ = stream_.precision();213 fill_ = stream_.fill();218 stream_.flags(flags_);219 stream_.width(width_);220 stream_.precision(precision_);221 stream_.fill(fill_);228 std::basic_ios<Char, Traits>& stream_;