Home | History | Annotate | Download | only in bits

Lines Matching defs:_M_c

87       mutable int_type		_M_c;
92 : _M_sbuf(0), _M_c(traits_type::eof()) { }
96 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
100 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
128 _M_c = traits_type::eof();
144 __old._M_c = _M_sbuf->sbumpc();
145 _M_c = traits_type::eof();
166 if (!traits_type::eq_int_type(_M_c, __eof))
167 __ret = _M_c;
170 _M_c = __ret;
383 __first._M_c = __c;