Lines Matching refs:eback
268 if (__rhs.eback() != nullptr)
270 __binp = __rhs.eback() - __p;
309 if (__rhs.eback() != nullptr)
311 __binp = __rhs.eback() - __p;
359 if (__rhs.eback() != nullptr)
361 __rbinp = __rhs.eback() - __p;
379 if (this->eback() != nullptr)
381 __lbinp = this->eback() - __p;
448 return string_type(this->eback(), this->egptr(), __str_.get_allocator());
494 this->setg(this->eback(), this->gptr(), __hm_);
507 if (this->eback() < this->gptr())
511 this->setg(this->eback(), this->gptr()-1, __hm_);
517 this->setg(this->eback(), this->gptr()-1, __hm_);
531 ptrdiff_t __ninp = this->gptr() - this->eback();
589 __noff = this->gptr() - this->eback();
610 this->setg(this->eback(), this->eback() + __noff, __hm_);