Searched refs:eback (Results 1 – 5 of 5) sorted by relevance
118 if (this->gptr() != this->eback()) { in pbackfail()150 ptrdiff_t __offset = this->gptr() - this->eback(); in overflow()194 ptrdiff_t __get_offset = this->gptr() - this->eback(); in xsputn()239 ptrdiff_t __get_offset = this->gptr() - this->eback(); in _M_xsputnc()274 if (this->eback() == _S_start(_M_str)) { in setbuf()276 __offg = this->gptr() - this->eback(); in setbuf()323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase(); in seekoff()335 ptrdiff_t __n = this->egptr() - this->eback(); in seekoff()339 this->setg(this->eback(), this->eback() + __STATIC_CAST(ptrdiff_t, __off), in seekoff()340 this->eback() + __STATIC_CAST(ptrdiff_t, __n)); in seekoff()[all …]
166 if (this->gptr() != this->eback() && in pbackfail()180 if (this->eback() != _M_pback_buf) in pbackfail()186 _M_saved_eback = this->eback(); in pbackfail()325 streamoff __iadj = _M_width * (this->gptr() - this->eback()); in seekoff()341 ptrdiff_t __ipos = this->gptr() - this->eback(); in seekoff()366 _STLP_ASSERT(equal(this->eback(), this->gptr(), __ibegin, _STLP_PRIV _Eq_traits<traits_type>())) in seekoff()
87 char_type* eback() const { return _M_gbegin; } // Beginning in eback() function102 char_type* _M_eback() const { return eback(); } in _M_eback()
99 _M_free(eback()); in ~strstreambuf()109 return eback(); in str()134 old_get_offset = gptr() - eback(); in overflow()157 if (gptr() != eback()) { in pbackfail()178 setg(eback(), gptr(), pptr()); in underflow()211 char* seeklow = eback(); in seekoff()
186 if (this->eback() < this->gptr()) { in pbackfail()