Home
last modified time | relevance | path

Searched refs:pbackfail (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/libcxx/include/
H A Dstreambuf99 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…
H A Dstrstream46 virtual int_type pbackfail(int_type c = EOF);
180 int_type pbackfail(int_type __c = EOF) override;
H A Dsstream85 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) {
H A Dfstream48 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…
H A Dlocale3408 _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) {
/src/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h47 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
H A Dstrstream.cpp145 strstreambuf::int_type strstreambuf::pbackfail(int_type __c) { in pbackfail() function in strstreambuf