Lines Matching refs:pptr
285 __nout = __rhs.pptr() - __p;
326 __nout = __rhs.pptr() - __p;
374 __rnout = __rhs.pptr() - __p;
394 __lnout = this->pptr() - __p;
446 if (__hm_ < this->pptr())
447 __hm_ = this->pptr();
492 if (__hm_ < this->pptr())
493 __hm_ = this->pptr();
508 if (__hm_ < this->pptr())
509 __hm_ = this->pptr();
535 if (this->pptr() == this->epptr())
543 ptrdiff_t __nout = this->pptr() - this->pbase();
559 __hm_ = _VSTD::max(this->pptr() + 1, __hm_);
576 if (__hm_ < this->pptr())
577 __hm_ = this->pptr();
594 __noff = this->pptr() - this->pbase();
609 if ((__wch & ios_base::out) && this->pptr() == nullptr)