Lines Matching refs:eback
273 if (__rhs.eback() != nullptr)
275 __binp = __rhs.eback() - __p;
314 if (__rhs.eback() != nullptr)
316 __binp = __rhs.eback() - __p;
362 if (__rhs.eback() != nullptr)
364 __rbinp = __rhs.eback() - __p;
382 if (this->eback() != nullptr)
384 __lbinp = this->eback() - __p;
451 return string_type(this->eback(), this->egptr(), __str_.get_allocator());
497 this->setg(this->eback(), this->gptr(), __hm_);
510 if (this->eback() < this->gptr())
514 this->setg(this->eback(), this->gptr()-1, __hm_);
520 this->setg(this->eback(), this->gptr()-1, __hm_);
534 ptrdiff_t __ninp = this->gptr() - this->eback();
592 __noff = this->gptr() - this->eback();
613 this->setg(this->eback(), this->eback() + __noff, __hm_);