Lines Matching refs:pbase
276 if (__rhs.pbase() != nullptr)
278 __bout = __rhs.pbase() - __p;
317 if (__rhs.pbase() != nullptr)
319 __bout = __rhs.pbase() - __p;
367 if (__rhs.pbase() != nullptr)
369 __rbout = __rhs.pbase() - __p;
387 if (this->pbase() != nullptr)
389 __lbout = this->pbase() - __p;
444 return string_type(this->pbase(), __hm_, __str_.get_allocator());
531 ptrdiff_t __nout = this->pptr() - this->pbase();
532 ptrdiff_t __hm = __hm_ - this->pbase();
538 __hm_ = this->pbase() + __hm;
581 __noff = this->pptr() - this->pbase();
603 this->setp(this->pbase(), this->epptr());