HomeSort by relevance Sort by last modified time
    Searched full:epptr (Results 26 - 50 of 85) sorted by null

12 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
streambuf.tcc 86 const streamsize __buf_len = this->epptr() - this->pptr();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
streambuf 407 if (__builtin_expect(this->pptr() < this->epptr(), true))
506 * - epptr() returns the end pointer for the output sequence
515 epptr() const { return _M_out_end; }
532 * @a pend == @c epptr()
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf.tcc 84 const streamsize __buf_len = this->epptr() - this->pptr();
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
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()
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf.tcc 84 const streamsize __buf_len = this->epptr() - this->pptr();
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
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()
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf.tcc 84 const streamsize __buf_len = this->epptr() - this->pptr();
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
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()
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
streambuf.tcc 84 const streamsize __buf_len = this->epptr() - this->pptr();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
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()
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf.tcc 86 const streamsize __buf_len = this->epptr() - this->pptr();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
streambuf 407 if (__builtin_expect(this->pptr() < this->epptr(), true))
506 * - epptr() returns the end pointer for the output sequence
515 epptr() const { return _M_out_end; }
532 * @a pend == @c epptr()
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf.tcc 86 const streamsize __buf_len = this->epptr() - this->pptr();
  /ndk/sources/cxx-stl/llvm-libc++/include/
fstream 307 this->setp(__intbuf_, __intbuf_ + (__rhs. epptr() - __rhs.pbase()));
310 (char_type*)__extbuf_ + (__rhs. epptr() - __rhs.pbase()));
427 ptrdiff_t __e = this->epptr() - this->pbase();
443 ptrdiff_t __e = __rhs.epptr() - __rhs.pbase();
672 char_type* __epb_save = this->epptr();
717 this->pbump(this->epptr() - this->pbase());
    [all...]
streambuf 77 char_type* epptr() const;
178 _LIBCPP_ALWAYS_INLINE char_type* epptr() const {return __eout_;}
__std_stream 271 this->pbump(static_cast<int>(this->epptr() - this->pbase()));
  /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();
  /prebuilts/ndk/5/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();
  /prebuilts/ndk/6/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();
  /prebuilts/ndk/7/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();
  /prebuilts/ndk/8/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();
  /external/oprofile/include/
sstream 164 endo = epptr();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
streambuf 425 if (__builtin_expect(this->pptr() < this->epptr(), true))
524 * - epptr() returns the end pointer for the output sequence
533 epptr() const { return _M_out_end; }
550 * @a __pend == @c epptr()

Completed in 383 milliseconds

12 3 4