Home | History | Annotate | Download | only in bits

Lines Matching refs:eof

93       // returns traits_type::eof()), the iterator becomes equal to
96 // is EOF, or -1.
103 : _M_sbuf(0), _M_c(traits_type::eof()) { }
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
145 _M_c = traits_type::eof();
162 _M_c = traits_type::eof();
179 const int_type __eof = traits_type::eof();
197 const int_type __eof = traits_type::eof();
253 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
346 while (!traits_type::eq_int_type(__c, traits_type::eof()))
382 while (!traits_type::eq_int_type(__c, traits_type::eof())
399 if (!traits_type::eq_int_type(__c, traits_type::eof()))