/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
strstream.cpp | 155 if (pptr() == epptr()) 159 streamsize old_size = (epptr() ? epptr() : egptr()) - eback(); 174 ptrdiff_t eout = epptr() - pbase(); 254 char* seekhigh = epptr() ? epptr() : egptr(); 275 // min(pbase, newpos), newpos, epptr() 276 __off = epptr() - newpos; 277 setp(min(pbase(), newpos), epptr()); 278 pbump(static_cast<int>((epptr() - pbase()) - __off)) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/ |
overflow.pass.cpp | 32 char_type* epptr() const {return base::epptr();} function in struct:test_buf 46 assert(f.epptr() == 0); 50 assert(f.epptr() - f.pbase() == 4095); 66 assert(f.epptr() == 0); 70 assert(f.epptr() == 0); 85 assert(f.epptr() == 0); 89 assert(f.epptr() - f.pbase() == 4095); 105 assert(f.epptr() == 0); 109 assert(f.epptr() == 0) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/ |
overflow.pass.cpp | 35 char_type* epptr() const {return base::epptr();} function in struct:test_buf 48 assert(f.epptr() == 0); 52 assert(f.epptr() - f.pbase() == 4095); 66 assert(f.epptr() == 0); 70 assert(f.epptr() == 0);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/ |
swap.pass.cpp | 39 assert(this->epptr() == old_that.epptr()); 47 assert(t.epptr() == old_this.epptr());
|
assign.pass.cpp | 37 assert(this->epptr() == t.epptr());
|
/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/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/ |
copy.pass.cpp | 37 assert(this->epptr() == t.epptr());
|
default.pass.cpp | 33 assert(this->epptr() == 0);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/ |
pbump.pass.cpp | 37 CharT* pend = base::epptr(); 41 assert(base::epptr() == pend);
|
setp.pass.cpp | 33 assert(base::epptr() == pend);
|
/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());
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
sstream.tcc | 94 const bool __testput = this->pptr() < this->epptr(); 118 __tmp.assign(this->pbase(), this->epptr() - this->pbase()); 189 _M_pbump(this->pbase(), this->epptr(), __newoffo); 219 _M_pbump(this->pbase(), this->epptr(), __pos);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
sstream.tcc | 94 const bool __testput = this->pptr() < this->epptr(); 118 __tmp.assign(this->pbase(), this->epptr() - this->pbase()); 189 _M_pbump(this->pbase(), this->epptr(), __newoffo); 219 _M_pbump(this->pbase(), this->epptr(), __pos);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
sstream.tcc | 94 const bool __testput = this->pptr() < this->epptr(); 118 __tmp.assign(this->pbase(), this->epptr() - this->pbase()); 189 _M_pbump(this->pbase(), this->epptr(), __newoffo); 219 _M_pbump(this->pbase(), this->epptr(), __pos);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
sstream.tcc | 94 const bool __testput = this->pptr() < this->epptr(); 118 __tmp.assign(this->pbase(), this->epptr() - this->pbase()); 189 _M_pbump(this->pbase(), this->epptr(), __newoffo); 219 _M_pbump(this->pbase(), this->epptr(), __pos);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
sstream.tcc | 94 const bool __testput = this->pptr() < this->epptr(); 118 __tmp.assign(this->pbase(), this->epptr() - this->pbase()); 189 _M_pbump(this->pbase(), this->epptr(), __newoffo); 219 _M_pbump(this->pbase(), this->epptr(), __pos);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
sstream.tcc | 94 const bool __testput = this->pptr() < this->epptr(); 118 __tmp.assign(this->pbase(), this->epptr() - this->pbase()); 189 _M_pbump(this->pbase(), this->epptr(), __newoffo); 219 _M_pbump(this->pbase(), this->epptr(), __pos);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
sstream.tcc | 92 const bool __testput = this->pptr() < this->epptr(); 116 __tmp.assign(this->pbase(), this->epptr() - this->pbase()); 187 _M_pbump(this->pbase(), this->epptr(), __newoffo); 217 _M_pbump(this->pbase(), this->epptr(), __pos);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
sstream | 280 __eout = __rhs.epptr() - __p; 321 __eout = __rhs.epptr() - __p; 366 __reout = __rhs.epptr() - __p; 386 __leout = this->epptr() - __p; 518 if (this->pptr() == this->epptr()) 598 this->setp(this->pbase(), this->epptr()); [all...] |
/prebuilts/gcc/linux-x86/host/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();
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
sstream.tcc | 92 const bool __testput = this->pptr() < this->epptr(); 116 __tmp.assign(this->pbase(), this->epptr() - this->pbase());
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
sstream.tcc | 92 const bool __testput = this->pptr() < this->epptr(); 116 __tmp.assign(this->pbase(), this->epptr() - this->pbase());
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
sstream.tcc | 92 const bool __testput = this->pptr() < this->epptr(); 116 __tmp.assign(this->pbase(), this->epptr() - this->pbase());
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
sstream.tcc | 92 const bool __testput = this->pptr() < this->epptr(); 116 __tmp.assign(this->pbase(), this->epptr() - this->pbase());
|