Searched refs:__stdinbuf (Results 1 – 2 of 2) sorted by relevance
33 class _LIBCPP_HIDDEN __stdinbuf : public basic_streambuf<_CharT, char_traits<_CharT> > {42 __stdinbuf(FILE* __fp, state_type* __st);65 __stdinbuf(const __stdinbuf&);66 __stdinbuf& operator=(const __stdinbuf&);72 __stdinbuf<_CharT>::__stdinbuf(FILE* __fp, state_type* __st) in __stdinbuf() function84 void __stdinbuf<_CharT>::imbue(const locale& __loc) { in imbue()93 typename __stdinbuf<_CharT>::int_type __stdinbuf<_CharT>::underflow() { in underflow()98 typename __stdinbuf<_CharT>::int_type __stdinbuf<_CharT>::uflow() { in uflow()133 typename __stdinbuf<_CharT>::int_type __stdinbuf<_CharT>::__getchar(bool __consume) { in __getchar()202 typename __stdinbuf<_CharT>::int_type __stdinbuf<_CharT>::pbackfail(int_type __c) { in pbackfail()
78 STREAM(basic_istream, __stdinbuf, char, cin);83 STREAM(basic_istream, __stdinbuf, wchar_t, wcin);