• Home
  • Raw
  • Download

Lines Matching refs:rdbuf

537                 typename _Traits::int_type __i = __is.rdbuf()->sgetc();
547 __is.rdbuf()->sbumpc();
636 typename _Traits::int_type __i = __is.rdbuf()->sbumpc();
689 typename traits_type::int_type __i = this->rdbuf()->sgetc();
700 this->rdbuf()->sbumpc();
740 __r = this->rdbuf()->sbumpc();
773 int_type __i = this->rdbuf()->sgetc();
784 this->rdbuf()->sbumpc();
827 typename traits_type::int_type __i = this->rdbuf()->sgetc();
839 this->rdbuf()->sbumpc();
876 typename traits_type::int_type __i = this->rdbuf()->sgetc();
885 this->rdbuf()->sbumpc();
895 this->rdbuf()->sbumpc();
933 typename traits_type::int_type __i = this->rdbuf()->sbumpc();
948 typename traits_type::int_type __i = this->rdbuf()->sbumpc();
984 __r = this->rdbuf()->sgetc();
1010 __gc_ = this->rdbuf()->sgetn(__s, __n);
1038 streamsize __c = this->rdbuf()->in_avail();
1076 if (this->rdbuf() == 0 || this->rdbuf()->sputbackc(__c) == traits_type::eof())
1104 if (this->rdbuf() == 0 || this->rdbuf()->sungetc() == traits_type::eof())
1131 if (this->rdbuf() == 0)
1133 if (this->rdbuf()->pubsync() == -1)
1160 __r = this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::in);
1183 if (this->rdbuf()->pubseekpos(__pos, ios_base::in) == pos_type(-1))
1208 if (this->rdbuf()->pubseekoff(__off, __dir, ios_base::in) == pos_type(-1))
1235 typename _Traits::int_type __i = __is.rdbuf()->sgetc();
1243 __is.rdbuf()->sbumpc();
1350 typename _Traits::int_type __i = __is.rdbuf()->sgetc();
1361 __is.rdbuf()->sbumpc();
1397 typename _Traits::int_type __i = __is.rdbuf()->sbumpc();
1478 typename _Traits::int_type __i = __is.rdbuf()->sgetc();
1489 __is.rdbuf()->sbumpc();