Lines Matching full:gptr
531 __ninp = __rhs.gptr() - __p;
568 __ninp = __rhs.gptr() - __p;
615 __rninp = __rhs.gptr() - __p;
633 __lninp = this->gptr() - __p;
742 this->setg(this->eback(), this->gptr(), __hm_);
743 if (this->gptr() < this->egptr())
744 return traits_type::to_int_type(*this->gptr());
754 if (this->eback() < this->gptr()) {
756 this->setg(this->eback(), this->gptr() - 1, __hm_);
759 if ((__mode_ & ios_base::out) || traits_type::eq(traits_type::to_char_type(__c), this->gptr()[-1])) {
760 this->setg(this->eback(), this->gptr() - 1, __hm_);
761 *this->gptr() = traits_type::to_char_type(__c);
772 ptrdiff_t __ninp = this->gptr() - this->eback();
820 __noff = this->gptr() - this->eback();
834 if ((__wch & ios_base::in) && this->gptr() == nullptr)