/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/ |
D | underflow.pass.cpp | 29 char_type* eback() const {return base::eback();} in eback() function 43 assert(f.eback() == 0); in main() 47 assert(f.eback() != 0); in main() 48 assert(f.eback() == f.gptr()); in main() 50 assert(f.egptr() - f.eback() == 9); in main() 57 assert(f.eback() == 0); in main() 61 assert(f.eback() != 0); in main() 62 assert(f.eback() == f.gptr()); in main() 64 assert(f.egptr() - f.eback() == 8); in main() 67 assert(f.eback()[0] == '5'); in main() [all …]
|
D | pbackfail.pass.cpp | 28 char_type* eback() const {return base::eback();} in eback() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/ |
D | underflow.pass.cpp | 33 char_type* eback() const {return base::eback();} in eback() function 46 assert(f.eback() == 0); in main() 50 assert(f.eback() != 0); in main() 51 assert(f.eback() == f.gptr()); in main() 53 assert(f.egptr() - f.eback() == 9); in main() 58 assert(f.eback() == 0); in main() 62 assert(f.eback() != 0); in main() 63 assert(f.eback() == f.gptr()); in main() 65 assert(f.egptr() - f.eback() == 9); in main() 68 assert(f.eback()[0] == L'1'); in main() [all …]
|
D | pbackfail.pass.cpp | 33 char_type* eback() const {return base::eback();} in eback() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | strstream.cpp | 105 if (eback() && (__strmode_ & __allocated) != 0 && (__strmode_ & __frozen) == 0) in ~strstreambuf() 108 __pfree_(eback()); in ~strstreambuf() 110 delete [] eback(); in ~strstreambuf() 141 return eback(); in str() 159 size_t old_size = static_cast<size_t> ((epptr() ? epptr() : egptr()) - eback()); in overflow() 170 memcpy(buf, eback(), static_cast<size_t>(old_size)); in overflow() 171 ptrdiff_t ninp = gptr() - eback(); in overflow() 172 ptrdiff_t einp = egptr() - eback(); in overflow() 178 __pfree_(eback()); in overflow() 180 delete [] eback(); in overflow() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream_sentry/ |
D | ctor.pass.cpp | 41 CharT* eback() const {return base::eback();} in eback() function 79 assert(sb.gptr() == sb.eback()); in main() 89 assert(sb.gptr() == sb.eback()); in main() 98 assert(sb.gptr() == sb.eback() + 3); in main() 107 assert(sb.gptr() == sb.eback() + 3); in main() 117 assert(sb.gptr() == sb.eback() + 6); in main() 126 assert(sb.gptr() == sb.eback()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/ |
D | swap.pass.cpp | 34 assert(this->eback() == old_that.eback()); in swap() 42 assert(t.eback() == old_this.eback()); in swap()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _sstream.c | 118 if (this->gptr() != this->eback()) { in pbackfail() 150 ptrdiff_t __offset = this->gptr() - this->eback(); in overflow() 194 ptrdiff_t __get_offset = this->gptr() - this->eback(); in xsputn() 239 ptrdiff_t __get_offset = this->gptr() - this->eback(); in _M_xsputnc() 274 if (this->eback() == _S_start(_M_str)) { in setbuf() 276 __offg = this->gptr() - this->eback(); in setbuf() 323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase(); in seekoff() 335 ptrdiff_t __n = this->egptr() - this->eback(); in seekoff() 339 this->setg(this->eback(), this->eback() + __STATIC_CAST(ptrdiff_t, __off), in seekoff() 340 this->eback() + __STATIC_CAST(ptrdiff_t, __n)); in seekoff() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.rvalue/ |
D | rvalue.pass.cpp | 40 CharT* eback() const {return base::eback();} in eback() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/ |
D | sync.pass.cpp | 38 CharT* eback() const {return base::eback();} in eback() function
|
D | tellg.pass.cpp | 36 CharT* eback() const {return base::eback();} in eback() function
|
D | seekg.pass.cpp | 36 CharT* eback() const {return base::eback();} in eback() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/ |
D | gbump.pass.cpp | 35 CharT* gbeg = base::eback(); in gbump() 39 assert(base::eback() == gbeg); in gbump()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/ |
D | signed_char.pass.cpp | 37 CharT* eback() const {return base::eback();} in eback() function
|
D | unsigned_char.pass.cpp | 37 CharT* eback() const {return base::eback();} in eback() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/ |
D | unsigned_long_long.pass.cpp | 39 CharT* eback() const {return base::eback();} in eback() function
|
D | long.pass.cpp | 39 CharT* eback() const {return base::eback();} in eback() function
|
D | float.pass.cpp | 39 CharT* eback() const {return base::eback();} in eback() function
|
D | long_double.pass.cpp | 39 CharT* eback() const {return base::eback();} in eback() function
|
D | unsigned_short.pass.cpp | 39 CharT* eback() const {return base::eback();} in eback() function
|
D | double.pass.cpp | 39 CharT* eback() const {return base::eback();} in eback() function
|
D | bool.pass.cpp | 39 CharT* eback() const {return base::eback();} in eback() function
|
D | long_long.pass.cpp | 39 CharT* eback() const {return base::eback();} in eback() function
|
D | unsigned_long.pass.cpp | 39 CharT* eback() const {return base::eback();} in eback() function
|
D | unsigned_int.pass.cpp | 39 CharT* eback() const {return base::eback();} in eback() function
|