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

  /external/stlport/src/
strstream.cpp 121 if (pptr() == epptr() && _M_dynamic && !_M_frozen && !_M_constant) {
122 ptrdiff_t old_size = epptr() - pbase();
147 if (pptr() != epptr()) {
212 char* seekhigh = epptr() ? epptr() : egptr();
235 setp(seeklow, epptr());
239 setp(pbase(), epptr());
249 setg(seeklow, seeklow + __STATIC_CAST(ptrdiff_t, off), epptr());
  /ndk/sources/cxx-stl/stlport/src/
strstream.cpp 121 if (pptr() == epptr() && _M_dynamic && !_M_frozen && !_M_constant) {
122 ptrdiff_t old_size = epptr() - pbase();
147 if (pptr() != epptr()) {
212 char* seekhigh = epptr() ? epptr() : egptr();
235 setp(seeklow, epptr());
239 setp(pbase(), epptr());
249 setg(seeklow, seeklow + __STATIC_CAST(ptrdiff_t, off), epptr());
  /external/astl/src/
streambuf.cpp 46 const streamsize avail = this->epptr() - this->pptr();
  /external/astl/include/
streambuf 95 * - epptr() returns the end pointer for the output sequence.
100 char_type* epptr() const { return mPutEnd; }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
sstream.tcc 92 const bool __testput = this->pptr() < this->epptr();
116 __tmp.assign(this->pbase(), this->epptr() - this->pbase());
streambuf.tcc 84 const streamsize __buf_len = this->epptr() - this->pptr();
fstream.tcc 622 streamsize __bufavail = this->epptr() - this->pptr();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
streambuf 403 if (__builtin_expect(this->pptr() < this->epptr(), true))
502 * - epptr() returns the end pointer for the output sequence
511 epptr() const { return _M_out_end; }
528 * @a pend == @c epptr()
fstream 381 * NB: epptr() - pbase() == _M_buf_size - 1, since _M_buf_size
  /external/stlport/stlport/stl/
_sstream.c 146 if ( this->pptr() < this->epptr() ) { // just put back in any case
344 ptrdiff_t __n = this->epptr() - this->pbase();
_streambuf.h 113 char_type* epptr() const { return _M_pend; } // End function in class:basic_streambuf
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 146 if ( this->pptr() < this->epptr() ) { // just put back in any case
344 ptrdiff_t __n = this->epptr() - this->pbase();
_streambuf.h 113 char_type* epptr() const { return _M_pend; } // End function in class:basic_streambuf
  /external/zlib/contrib/iostream3/
zfstream.cc 220 if (this->pptr() > this->epptr() || this->pptr() < this->pbase())
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.13 

Completed in 407 milliseconds