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());
181 if (sbumpc() == traits_type::eof())
182 return traits_type::eof();
280 virtual int_type pbackfail(int_type __c = traits_type::eof());
284 virtual int_type overflow(int_type __c = traits_type::eof());
368 const int_type __eof = traits_type::eof();
390 return traits_type::eof();
395 if (underflow() == traits_type::eof())
396 return traits_type::eof();
402 return traits_type::eof();
408 int_type __eof = traits_type::eof();
428 return traits_type::eof();