Lines Matching refs:pbase
537 if (__rhs.pbase() != nullptr) {
538 __bout = __rhs.pbase() - __p;
574 if (__rhs.pbase() != nullptr) {
575 __bout = __rhs.pbase() - __p;
621 if (__rhs.pbase() != nullptr) {
622 __rbout = __rhs.pbase() - __p;
639 if (this->pbase() != nullptr) {
640 __lbout = this->pbase() - __p;
690 return string_type(this->pbase(), __hm_, __str_.get_allocator());
728 return basic_string_view<_CharT, _Traits>(this->pbase(), __hm_);
779 ptrdiff_t __nout = this->pptr() - this->pbase();
780 ptrdiff_t __hm = __hm_ - this->pbase();
786 __hm_ = this->pbase() + __hm;
822 __noff = this->pptr() - this->pbase();
842 this->setp(this->pbase(), this->epptr());