Lines Matching refs:gptr
276 __ninp = __rhs.gptr() - __p;
317 __ninp = __rhs.gptr() - __p;
365 __rninp = __rhs.gptr() - __p;
385 __lninp = this->gptr() - __p;
497 this->setg(this->eback(), this->gptr(), __hm_);
498 if (this->gptr() < this->egptr())
499 return traits_type::to_int_type(*this->gptr());
510 if (this->eback() < this->gptr())
514 this->setg(this->eback(), this->gptr()-1, __hm_);
518 traits_type::eq(traits_type::to_char_type(__c), this->gptr()[-1]))
520 this->setg(this->eback(), this->gptr()-1, __hm_);
521 *this->gptr() = traits_type::to_char_type(__c);
534 ptrdiff_t __ninp = this->gptr() - this->eback();
592 __noff = this->gptr() - this->eback();
607 if ((__wch & ios_base::in) && this->gptr() == nullptr)