Home | History | Annotate | Download | only in include

Lines Matching full:eback

267     if (__rhs.eback() != nullptr)
269 __binp = __rhs.eback() - __p;
308 if (__rhs.eback() != nullptr)
310 __binp = __rhs.eback() - __p;
358 if (__rhs.eback() != nullptr)
360 __rbinp = __rhs.eback() - __p;
378 if (this->eback() != nullptr)
380 __lbinp = this->eback() - __p;
447 return string_type(this->eback(), this->egptr(), __str_.get_allocator());
485 this->setg(this->eback(), this->gptr(), __hm_);
498 if (this->eback() < this->gptr())
502 this->setg(this->eback(), this->gptr()-1, __hm_);
508 this->setg(this->eback(), this->gptr()-1, __hm_);
522 ptrdiff_t __ninp = this->gptr() - this->eback();
579 __noff = this->gptr() - this->eback();
600 this->setg(this->eback(), this->eback() + __noff, __hm_);