Lines Matching refs:rdbuf

489         typename _Traits::int_type __i = __is.rdbuf()->sgetc();
498 __is.rdbuf()->sbumpc();
574 typename _Traits::int_type __i = __is.rdbuf()->sbumpc();
617 typename traits_type::int_type __i = this->rdbuf()->sgetc();
625 this->rdbuf()->sbumpc();
659 __r = this->rdbuf()->sbumpc();
688 int_type __i = this->rdbuf()->sgetc();
698 this->rdbuf()->sbumpc();
737 typename traits_type::int_type __i = this->rdbuf()->sgetc();
748 this->rdbuf()->sbumpc();
774 typename traits_type::int_type __i = this->rdbuf()->sgetc();
781 this->rdbuf()->sbumpc();
790 this->rdbuf()->sbumpc();
826 typename traits_type::int_type __i = this->rdbuf()->sbumpc();
837 typename traits_type::int_type __i = this->rdbuf()->sbumpc();
871 __r = this->rdbuf()->sgetc();
897 __gc_ = this->rdbuf()->sgetn(__s, __n);
925 streamsize __c = this->rdbuf()->in_avail();
934 __gc_ = this->rdbuf()->sgetn(__s, __n);
965 if (this->rdbuf() == nullptr || this->rdbuf()->sputbackc(__c) == traits_type::eof())
993 if (this->rdbuf() == nullptr || this->rdbuf()->sungetc() == traits_type::eof())
1015 if (this->rdbuf() == nullptr)
1023 if (this->rdbuf()->pubsync() == -1) {
1050 __r = this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::in);
1074 if (this->rdbuf()->pubseekpos(__pos, ios_base::in) == pos_type(-1))
1099 if (this->rdbuf()->pubseekoff(__off, __dir, ios_base::in) == pos_type(-1))
1125 typename _Traits::int_type __i = __is.rdbuf()->sgetc();
1132 __is.rdbuf()->sbumpc();
1222 typename _Traits::int_type __i = __is.rdbuf()->sgetc();
1232 __is.rdbuf()->sbumpc();
1263 typename _Traits::int_type __i = __is.rdbuf()->sbumpc();
1327 typename _Traits::int_type __i = __is.rdbuf()->sgetc();
1337 __is.rdbuf()->sbumpc();