Searched refs:pbackfail (Results 1 – 10 of 10) sorted by relevance
179 virtual int_type pbackfail(int_type = traits_type::eof());244 : this->pbackfail(_Traits::to_int_type(__c)); in sputbackc()250 : this->pbackfail(); in sungetc()
81 virtual int_type pbackfail(int_type __c);83 int_type pbackfail() {return pbackfail(_Traits::eof());} in pbackfail() function
75 virtual int_type pbackfail(int_type __c = _Traits::eof());
150 basic_streambuf<_CharT, _Traits>::pbackfail(int_type) { in pbackfail() function
117 basic_stringbuf<_CharT, _Traits, _Alloc>::pbackfail(int_type __c) { in pbackfail() function
157 basic_filebuf<_CharT, _Traits>::pbackfail(int_type __c) { in pbackfail() function
203 virtual int_type pbackfail(int_type = traits_type::eof());
82 virtual int_type pbackfail(int_type c = traits_type::eof());
180 stdio_istreambuf::int_type stdio_istreambuf::pbackfail(int_type c) { in pbackfail() function in stdio_istreambuf
156 strstreambuf::int_type strstreambuf::pbackfail(int_type c) { in pbackfail() function in strstreambuf