HomeSort by relevance Sort by last modified time
    Searched full:eback (Results 1 - 10 of 10) sorted by null

  /external/stlport/stlport/stl/
_sstream.c 118 if (this->gptr() != this->eback()) {
150 ptrdiff_t __offset = this->gptr() - this->eback();
194 ptrdiff_t __get_offset = this->gptr() - this->eback();
239 ptrdiff_t __get_offset = this->gptr() - this->eback();
274 if (this->eback() == _S_start(_M_str)) {
276 __offg = this->gptr() - this->eback();
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
335 ptrdiff_t __n = this->egptr() - this->eback();
339 this->setg(this->eback(), this->eback() + __STATIC_CAST(ptrdiff_t, __off)
    [all...]
_streambuf.h 87 char_type* eback() const { return _M_gbegin; } // Beginning function in class:basic_streambuf
102 char_type* _M_eback() const { return eback(); }
177 // or when gptr() == eback(). All subclasses are expected to override
_fstream.c 166 if (this->gptr() != this->eback() &&
180 if (this->eback() != _M_pback_buf)
186 _M_saved_eback = this->eback();
325 streamoff __iadj = _M_width * (this->gptr() - this->eback());
341 ptrdiff_t __ipos = this->gptr() - this->eback();
366 _STLP_ASSERT(equal(this->eback(), this->gptr(), __ibegin, _STLP_PRIV _Eq_traits<traits_type>()))
  /ndk/sources/android/stlport/stlport/stl/
_sstream.c 118 if (this->gptr() != this->eback()) {
150 ptrdiff_t __offset = this->gptr() - this->eback();
194 ptrdiff_t __get_offset = this->gptr() - this->eback();
239 ptrdiff_t __get_offset = this->gptr() - this->eback();
274 if (this->eback() == _S_start(_M_str)) {
276 __offg = this->gptr() - this->eback();
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
335 ptrdiff_t __n = this->egptr() - this->eback();
339 this->setg(this->eback(), this->eback() + __STATIC_CAST(ptrdiff_t, __off)
    [all...]
_streambuf.h 87 char_type* eback() const { return _M_gbegin; } // Beginning function in class:basic_streambuf
102 char_type* _M_eback() const { return eback(); }
177 // or when gptr() == eback(). All subclasses are expected to override
_fstream.c 166 if (this->gptr() != this->eback() &&
180 if (this->eback() != _M_pback_buf)
186 _M_saved_eback = this->eback();
325 streamoff __iadj = _M_width * (this->gptr() - this->eback());
341 ptrdiff_t __ipos = this->gptr() - this->eback();
366 _STLP_ASSERT(equal(this->eback(), this->gptr(), __ibegin, _STLP_PRIV _Eq_traits<traits_type>()))
  /external/stlport/src/
strstream.cpp 99 _M_free(eback());
109 return eback();
134 old_get_offset = gptr() - eback();
157 if (gptr() != eback()) {
178 setg(eback(), gptr(), pptr());
211 char* seeklow = eback();
stdio_streambuf.cpp 186 if (this->eback() < this->gptr()) {
  /ndk/sources/android/stlport/src/
strstream.cpp 99 _M_free(eback());
109 return eback();
134 old_get_offset = gptr() - eback();
157 if (gptr() != eback()) {
178 setg(eback(), gptr(), pptr());
211 char* seeklow = eback();
stdio_streambuf.cpp 186 if (this->eback() < this->gptr()) {

Completed in 206 milliseconds