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

1 2

  /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/cxx-stl/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>()))
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/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>()))
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/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/cxx-stl/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();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
fstream.tcc 228 __ilen = _M_file.xsgetn(reinterpret_cast<char*>(this->eback()),
252 if (_M_reading && this->egptr() == this->eback() && __remainder)
295 char_type* __iend = this->eback();
299 this->eback(),
300 this->eback() + __buflen, __iend);
305 traits_type::copy(this->eback(),
311 __ilen = __iend - this->eback();
367 if (this->eback() < this->gptr())
533 if (__n > 0 && this->gptr() == this->eback())
716 // corresponds to eback()
    [all...]
sstream.tcc 49 if (this->eback() < this->gptr())
120 this->gptr() - this->eback(), this->pptr() - this->pbase());
160 const char_type* __beg = __testin ? this->eback() : this->pbase();
202 const char_type* __beg = __testin ? this->eback() : this->pbase();
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc 228 __ilen = _M_file.xsgetn(reinterpret_cast<char*>(this->eback()),
252 if (_M_reading && this->egptr() == this->eback() && __remainder)
295 char_type* __iend = this->eback();
299 this->eback(),
300 this->eback() + __buflen, __iend);
305 traits_type::copy(this->eback(),
311 __ilen = __iend - this->eback();
367 if (this->eback() < this->gptr())
533 if (__n > 0 && this->gptr() == this->eback())
716 // corresponds to eback()
    [all...]
sstream.tcc 49 if (this->eback() < this->gptr())
120 this->gptr() - this->eback(), this->pptr() - this->pbase());
160 const char_type* __beg = __testin ? this->eback() : this->pbase();
202 const char_type* __beg = __testin ? this->eback() : this->pbase();
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc 228 __ilen = _M_file.xsgetn(reinterpret_cast<char*>(this->eback()),
252 if (_M_reading && this->egptr() == this->eback() && __remainder)
295 char_type* __iend = this->eback();
299 this->eback(),
300 this->eback() + __buflen, __iend);
305 traits_type::copy(this->eback(),
311 __ilen = __iend - this->eback();
367 if (this->eback() < this->gptr())
533 if (__n > 0 && this->gptr() == this->eback())
716 // corresponds to eback()
    [all...]
sstream.tcc 49 if (this->eback() < this->gptr())
120 this->gptr() - this->eback(), this->pptr() - this->pbase());
160 const char_type* __beg = __testin ? this->eback() : this->pbase();
202 const char_type* __beg = __testin ? this->eback() : this->pbase();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
streambuf 351 const bool __testpos = this->eback() < this->gptr();
376 if (__builtin_expect(this->eback() < this->gptr(), true))
453 * - eback() returns the beginning pointer for the input sequence
458 eback() const { return _M_in_beg; }
481 * @post @a gbeg == @c eback(), @a gnext == @c gptr(), and
694 * @post The constraints of @c gptr(), @c eback(), and @c pptr()
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
streambuf 351 const bool __testpos = this->eback() < this->gptr();
376 if (__builtin_expect(this->eback() < this->gptr(), true))
453 * - eback() returns the beginning pointer for the input sequence
458 eback() const { return _M_in_beg; }
481 * @post @a gbeg == @c eback(), @a gnext == @c gptr(), and
694 * @post The constraints of @c gptr(), @c eback(), and @c pptr()
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
streambuf 351 const bool __testpos = this->eback() < this->gptr();
376 if (__builtin_expect(this->eback() < this->gptr(), true))
453 * - eback() returns the beginning pointer for the input sequence
458 eback() const { return _M_in_beg; }
481 * @post @a gbeg == @c eback(), @a gnext == @c gptr(), and
694 * @post The constraints of @c gptr(), @c eback(), and @c pptr()
  /external/oprofile/include/
sstream 114 stringbuf_sync(gptr()-eback(), pptr()-pbase());

Completed in 1600 milliseconds

1 2