Searched refs:not_eof (Results 1 – 9 of 9) sorted by relevance
188 return traits_type::not_eof(c); in pbackfail()212 return traits_type::not_eof(c); in overflow()219 return traits_type::not_eof(c); in overflow()
118 return traits_type::not_eof(c); in overflow()160 return traits_type::not_eof(c); in pbackfail()
92 static int_type not_eof(const int_type& c)
103 static int_type not_eof(const int_type& c) { in not_eof() function
122 static int_type not_eof(const int_type& c) { in not_eof() function
134 return _Traits::not_eof(__c); in pbackfail()165 return _Traits::not_eof(__c); // __c is EOF, so we don't have to do anything in overflow()
231 ? traits_type::not_eof(__c) in overflow()255 return traits_type::not_eof(__c); in overflow()
181 static int_type _STLP_CALL not_eof(const int_type& __c) in not_eof() function
259 return traits_type::not_eof(c); in overflow()