Lines Matching refs:pbase
276 if (__rhs.pbase() != nullptr)
278 __bout = __rhs.pbase() - __p;
317 if (__rhs.pbase() != nullptr)
319 __bout = __rhs.pbase() - __p;
362 if (__rhs.pbase() != nullptr)
364 __rbout = __rhs.pbase() - __p;
382 if (this->pbase() != nullptr)
384 __lbout = this->pbase() - __p;
439 return string_type(this->pbase(), __hm_, __str_.get_allocator());
526 ptrdiff_t __nout = this->pptr() - this->pbase();
527 ptrdiff_t __hm = __hm_ - this->pbase();
533 __hm_ = this->pbase() + __hm;
576 __noff = this->pptr() - this->pbase();
598 this->setp(this->pbase(), this->epptr());