Lines Matching refs:pbase
287 if (__rhs.pbase() != nullptr)
289 __bout = __rhs.pbase() - __p;
328 if (__rhs.pbase() != nullptr)
330 __bout = __rhs.pbase() - __p;
376 if (__rhs.pbase() != nullptr)
378 __rbout = __rhs.pbase() - __p;
396 if (this->pbase() != nullptr)
398 __lbout = this->pbase() - __p;
453 return string_type(this->pbase(), __hm_, __str_.get_allocator());
548 ptrdiff_t __nout = this->pptr() - this->pbase();
549 ptrdiff_t __hm = __hm_ - this->pbase();
555 __hm_ = this->pbase() + __hm;
599 __noff = this->pptr() - this->pbase();
621 this->setp(this->pbase(), this->epptr());