Lines Matching refs:eof
99 virtual int_type pbackfail(int_type c = traits_type::eof());
103 virtual int_type overflow (int_type c = traits_type::eof());
180 if (sbumpc() == traits_type::eof())
181 return traits_type::eof();
288 virtual int_type pbackfail(int_type __c = traits_type::eof());
292 virtual int_type overflow(int_type __c = traits_type::eof());
405 const int_type __eof = traits_type::eof();
435 return traits_type::eof();
442 if (underflow() == traits_type::eof())
443 return traits_type::eof();
451 return traits_type::eof();
459 int_type __eof = traits_type::eof();
485 return traits_type::eof();