Lines Matching refs:pbase
282 if (__rhs.pbase() != nullptr)
284 __bout = __rhs.pbase() - __p;
323 if (__rhs.pbase() != nullptr)
325 __bout = __rhs.pbase() - __p;
371 if (__rhs.pbase() != nullptr)
373 __rbout = __rhs.pbase() - __p;
391 if (this->pbase() != nullptr)
393 __lbout = this->pbase() - __p;
448 return string_type(this->pbase(), __hm_, __str_.get_allocator());
543 ptrdiff_t __nout = this->pptr() - this->pbase();
544 ptrdiff_t __hm = __hm_ - this->pbase();
550 __hm_ = this->pbase() + __hm;
594 __noff = this->pptr() - this->pbase();
616 this->setp(this->pbase(), this->epptr());