HomeSort by relevance Sort by last modified time
    Searched full:strstreambuf (Results 51 - 75 of 115) sorted by null

1 23 4 5

  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/
freeze.pass.cpp 12 // class strstreambuf
22 std::strstreambuf sb;
pcount.pass.cpp 12 // class strstreambuf
22 std::strstreambuf sb;
str.pass.cpp 12 // class strstreambuf
22 std::strstreambuf sb;
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
setbuf.pass.cpp 12 // class strstreambuf
23 std::strstreambuf sb(buf, 0);
pbackfail.pass.cpp 12 // class strstreambuf
20 : public std::strstreambuf
22 typedef std::strstreambuf base;
seekpos.pass.cpp 12 // class strstreambuf
24 std::strstreambuf sb(buf, 0);
32 std::strstreambuf sb(buf, 0, buf);
underflow.pass.cpp 12 // class strstreambuf
20 : public std::strstreambuf
22 typedef std::strstreambuf base;
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/
types.pass.cpp 12 // class strstreambuf
20 static_assert((std::is_base_of<std::streambuf, std::strstreambuf>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members/
rdbuf.pass.cpp 14 // strstreambuf* rdbuf() const;
24 std::strstreambuf* sb = in.rdbuf();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
rdbuf.pass.cpp 14 // strstreambuf* rdbuf() const;
24 std::strstreambuf* sb = out.rdbuf();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest/
rdbuf.pass.cpp 14 // strstreambuf* rdbuf() const;
24 std::strstreambuf* sb = out.rdbuf();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/
freeze.pass.cpp 12 // class strstreambuf
22 std::strstreambuf sb;
pcount.pass.cpp 12 // class strstreambuf
22 std::strstreambuf sb;
str.pass.cpp 12 // class strstreambuf
22 std::strstreambuf sb;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
setbuf.pass.cpp 12 // class strstreambuf
23 std::strstreambuf sb(buf, 0);
pbackfail.pass.cpp 12 // class strstreambuf
20 : public std::strstreambuf
22 typedef std::strstreambuf base;
seekpos.pass.cpp 12 // class strstreambuf
24 std::strstreambuf sb(buf, 0);
32 std::strstreambuf sb(buf, 0, buf);
underflow.pass.cpp 12 // class strstreambuf
20 : public std::strstreambuf
22 typedef std::strstreambuf base;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/
types.pass.cpp 12 // class strstreambuf
20 static_assert((std::is_base_of<std::streambuf, std::strstreambuf>::value), "");
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
cp_size_cp.pass.cpp 12 // class strstreambuf
14 // strstreambuf(char* gnext_arg, streamsize n, char* pbeg_arg = 0);
23 std::strstreambuf sb(buf, sizeof(buf));
33 std::strstreambuf sb(buf, 0);
42 std::strstreambuf sb(buf, sizeof(buf), buf);
59 std::strstreambuf sb(buf, 0, buf);
75 std::strstreambuf sb(buf, sizeof(buf)-s, buf + s);
scp_size_scp.pass.cpp 12 // class strstreambuf
14 // strstreambuf(signed char* gnext_arg, streamsize n, signed char* pbeg_arg = 0);
23 std::strstreambuf sb(buf, sizeof(buf));
33 std::strstreambuf sb(buf, 0);
42 std::strstreambuf sb(buf, sizeof(buf), buf);
59 std::strstreambuf sb(buf, 0, buf);
75 std::strstreambuf sb(buf, sizeof(buf)-s, buf + s);
ucp_size_ucp.pass.cpp 12 // class strstreambuf
14 // strstreambuf(unsigned char* gnext_arg, streamsize n, unsigned char* pbeg_arg = 0);
23 std::strstreambuf sb(buf, sizeof(buf));
33 std::strstreambuf sb(buf, 0);
42 std::strstreambuf sb(buf, sizeof(buf), buf);
59 std::strstreambuf sb(buf, 0, buf);
75 std::strstreambuf sb(buf, sizeof(buf)-s, buf + s);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
cp_size_cp.pass.cpp 12 // class strstreambuf
14 // strstreambuf(char* gnext_arg, streamsize n, char* pbeg_arg = 0);
23 std::strstreambuf sb(buf, sizeof(buf));
33 std::strstreambuf sb(buf, 0);
42 std::strstreambuf sb(buf, sizeof(buf), buf);
59 std::strstreambuf sb(buf, 0, buf);
75 std::strstreambuf sb(buf, sizeof(buf)-s, buf + s);
scp_size_scp.pass.cpp 12 // class strstreambuf
14 // strstreambuf(signed char* gnext_arg, streamsize n, signed char* pbeg_arg = 0);
23 std::strstreambuf sb(buf, sizeof(buf));
33 std::strstreambuf sb(buf, 0);
42 std::strstreambuf sb(buf, sizeof(buf), buf);
59 std::strstreambuf sb(buf, 0, buf);
75 std::strstreambuf sb(buf, sizeof(buf)-s, buf + s);
ucp_size_ucp.pass.cpp 12 // class strstreambuf
14 // strstreambuf(unsigned char* gnext_arg, streamsize n, unsigned char* pbeg_arg = 0);
23 std::strstreambuf sb(buf, sizeof(buf));
33 std::strstreambuf sb(buf, 0);
42 std::strstreambuf sb(buf, sizeof(buf), buf);
59 std::strstreambuf sb(buf, 0, buf);
75 std::strstreambuf sb(buf, sizeof(buf)-s, buf + s);

Completed in 91 milliseconds

1 23 4 5