Home | History | Annotate | Download | only in include

Lines Matching full:rdbuf

143     basic_streambuf<charT,traits>* rdbuf() const;
144 basic_streambuf<charT,traits>* rdbuf(basic_streambuf<charT,traits>* sb);
340 _LIBCPP_ALWAYS_INLINE void* rdbuf() const {return __rdbuf_;}
343 void rdbuf(void* __sb)
635 basic_streambuf<char_type, traits_type>* rdbuf() const;
637 basic_streambuf<char_type, traits_type>* rdbuf(basic_streambuf<char_type, traits_type>* __sb);
719 basic_ios<_CharT, _Traits>::rdbuf() const
721 return static_cast<basic_streambuf<char_type, traits_type>*>(ios_base::rdbuf());
727 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<char_type, traits_type>* __sb)
729 basic_streambuf<char_type, traits_type>* __r = rdbuf();
730 ios_base::rdbuf(__sb);
741 if (rdbuf())
742 rdbuf()->pubimbue(__loc);