Lines Matching refs:pptr
279 __nout = __rhs.pptr() - __p;
320 __nout = __rhs.pptr() - __p;
365 __rnout = __rhs.pptr() - __p;
385 __lnout = this->pptr() - __p;
437 if (__hm_ < this->pptr())
438 __hm_ = this->pptr();
475 if (__hm_ < this->pptr())
476 __hm_ = this->pptr();
491 if (__hm_ < this->pptr())
492 __hm_ = this->pptr();
518 if (this->pptr() == this->epptr())
526 ptrdiff_t __nout = this->pptr() - this->pbase();
542 __hm_ = _VSTD::max(this->pptr() + 1, __hm_);
559 if (__hm_ < this->pptr())
560 __hm_ = this->pptr();
576 __noff = this->pptr() - this->pbase();
591 if ((__wch & ios_base::out) && this->pptr() == 0)