Searched refs:pbackfail (Results 1 – 7 of 7) sorted by relevance
99 virtual int_type pbackfail(int_type c = traits_type::eof());203 return pbackfail(traits_type::to_int_type(__c));209 return pbackfail();280 virtual int_type pbackfail(int_type __c = traits_type::eof());401 typename basic_streambuf<_CharT, _Traits>::int_type basic_streambuf<_CharT, _Traits>::pbackfail(int…
46 virtual int_type pbackfail(int_type c = EOF);180 int_type pbackfail(int_type __c = EOF) override;
85 virtual int_type pbackfail(int_type c = traits_type::eof());513 int_type pbackfail(int_type __c = traits_type::eof()) override;751 basic_stringbuf<_CharT, _Traits, _Allocator>::pbackfail(int_type __c) {
48 virtual int_type pbackfail(int_type c = traits_type::eof());290 int_type pbackfail(int_type __c = traits_type::eof()) override;801 typename basic_filebuf<_CharT, _Traits>::int_type basic_filebuf<_CharT, _Traits>::pbackfail(int_typ…
3408 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual int_type pbackfail(int_type __c = traits_type::eof());3510 wbuffer_convert<_Codecvt, _Elem, _Tr>::pbackfail(int_type __c) {
47 virtual int_type pbackfail(int_type __c = traits_type::eof());202 typename __stdinbuf<_CharT>::int_type __stdinbuf<_CharT>::pbackfail(int_type __c) { in pbackfail() function
145 strstreambuf::int_type strstreambuf::pbackfail(int_type __c) { in pbackfail() function in strstreambuf