Lines Matching refs:gptr

26850  const streamsize __ret = this->egptr() - this->gptr();
26868 if (__builtin_expect(this->gptr() < this->egptr(), true))
26870 __ret = traits_type::to_int_type(*this->gptr());
26882 if (__builtin_expect(this->gptr() < this->egptr(), true))
26883 __ret = traits_type::to_int_type(*this->gptr());
26897 const bool __testpos = this->eback() < this->gptr();
26899 !traits_type::eq(__c, this->gptr()[-1]), false))
26904 __ret = traits_type::to_int_type(*this->gptr());
26913 if (__builtin_expect(this->eback() < this->gptr(), true))
26916 __ret = traits_type::to_int_type(*this->gptr());
26954 gptr() const { return _M_in_cur; }
27028 __ret = traits_type::to_int_type(*this->gptr());
27052 if (this->gptr() < this->egptr())
27133 const streamsize __buf_len = this->egptr() - this->gptr();
27138 traits_type::copy(__s, this->gptr(), __len);
27860 const streamsize __n = __sb->egptr() - __sb->gptr();
27863 traits_type::copy(__result, __sb->gptr(), __n);
27897 streamsize __n = __sb->egptr() - __sb->gptr();
27900 const _CharT* __p = traits_type::find(__sb->gptr(),
27903 __n = __p - __sb->gptr();
159602 __ret = this->egptr() - this->gptr();
159658 this->setg(this->eback(), this->gptr(), this->pptr());
159683 _M_goff[1] = __from.gptr() - __str;
160048 if (this->eback() < this->gptr())
160057 this->gptr()[-1]);
160063 *this->gptr() = traits_type::to_char_type(__c);
160111 this->gptr() - this->eback(), this->pptr() - this->pbase());
160131 if (this->gptr() < this->egptr())
160132 __ret = traits_type::to_int_type(*this->gptr());
160160 __newoffi += this->gptr() - __beg;