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

1 2 3 4

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
underflow.pass.cpp 29 char_type* eback() const {return base::eback();} function in struct:test_buf
43 assert(f.eback() == 0);
47 assert(f.eback() != 0);
48 assert(f.eback() == f.gptr());
50 assert(f.egptr() - f.eback() == 9);
57 assert(f.eback() == 0);
61 assert(f.eback() != 0);
62 assert(f.eback() == f.gptr());
64 assert(f.egptr() - f.eback() == 8)
    [all...]
pbackfail.pass.cpp 28 char_type* eback() const {return base::eback();} function in struct:test_buf
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
underflow.pass.cpp 33 char_type* eback() const {return base::eback();} function in struct:test_buf
46 assert(f.eback() == 0);
50 assert(f.eback() != 0);
51 assert(f.eback() == f.gptr());
53 assert(f.egptr() - f.eback() == 9);
58 assert(f.eback() == 0);
62 assert(f.eback() != 0);
63 assert(f.eback() == f.gptr());
65 assert(f.egptr() - f.eback() == 9)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 105 if (eback() && (__strmode_ & __allocated) != 0 && (__strmode_ & __frozen) == 0)
108 __pfree_(eback());
110 delete [] eback();
141 return eback();
159 streamsize old_size = (epptr() ? epptr() : egptr()) - eback();
170 memcpy(buf, eback(), static_cast<size_t>(old_size));
171 ptrdiff_t ninp = gptr() - eback();
172 ptrdiff_t einp = egptr() - eback();
178 __pfree_(eback());
180 delete [] eback();
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream_sentry/
ctor.pass.cpp 41 CharT* eback() const {return base::eback();} function in struct:testbuf
79 assert(sb.gptr() == sb.eback());
89 assert(sb.gptr() == sb.eback());
98 assert(sb.gptr() == sb.eback() + 3);
107 assert(sb.gptr() == sb.eback() + 3);
117 assert(sb.gptr() == sb.eback() + 6);
126 assert(sb.gptr() == sb.eback());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.rvalue/
rvalue.pass.cpp 40 CharT* eback() const {return base::eback();} function in struct:testbuf
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
sync.pass.cpp 38 CharT* eback() const {return base::eback();} function in struct:testbuf
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
default.pass.cpp 28 assert(this->eback() == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
swap.pass.cpp 34 assert(this->eback() == old_that.eback());
42 assert(t.eback() == old_this.eback());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
bool.pass.cpp 39 CharT* eback() const {return base::eback();} function in struct:testbuf
double.pass.cpp 39 CharT* eback() const {return base::eback();} function in struct:testbuf
float.pass.cpp 39 CharT* eback() const {return base::eback();} function in struct:testbuf
int.pass.cpp 39 CharT* eback() const {return base::eback();} function in struct:testbuf
long.pass.cpp 39 CharT* eback() const {return base::eback();} function in struct:testbuf
long_double.pass.cpp 39 CharT* eback() const {return base::eback();} function in struct:testbuf
long_long.pass.cpp 39 CharT* eback() const {return base::eback();} function in struct:testbuf
pointer.pass.cpp 39 CharT* eback() const {return base::eback();} function in struct:testbuf
short.pass.cpp 39 CharT* eback() const {return base::eback();} function in struct:testbuf
unsigned_int.pass.cpp 39 CharT* eback() const {return base::eback();} function in struct:testbuf
unsigned_long.pass.cpp 39 CharT* eback() const {return base::eback();} function in struct:testbuf
unsigned_long_long.pass.cpp 39 CharT* eback() const {return base::eback();} function in struct:testbuf
unsigned_short.pass.cpp 39 CharT* eback() const {return base::eback();} function in struct:testbuf
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
signed_char.pass.cpp 37 CharT* eback() const {return base::eback();} function in struct:testbuf
unsigned_char.pass.cpp 37 CharT* eback() const {return base::eback();} function in struct:testbuf
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.manip/
ws.pass.cpp 38 CharT* eback() const {return base::eback();} function in struct:testbuf

Completed in 600 milliseconds

1 2 3 4