HomeSort by relevance Sort by last modified time
    Searched full:streambuf (Results 1 - 25 of 520) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/stlport/stlport/using/h/
streambuf.h 1 using ::streambuf;
fstream.h 1 using ::streambuf;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/using/h/
streambuf.h 1 using ::streambuf;
fstream.h 1 using ::streambuf;
  /ndk/sources/cxx-stl/stlport/stlport/using/
export 11 streambuf
streambuf 2 using _STLP_NEW_IO_NAMESPACE::streambuf;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/using/
export 11 streambuf
streambuf 2 using _STLP_NEW_IO_NAMESPACE::streambuf;
  /ndk/tests/device/test-gnustl-full/unit/
full_streambuf.h 4 #include <streambuf>
11 class full_streambuf : public std::streambuf {
13 typedef std::streambuf _Base;
30 throw "streambuf full";
streambuf_header_test.cpp 9 # include <streambuf>
  /ndk/tests/device/test-stlport/unit/
full_streambuf.h 4 #include <streambuf>
11 class full_streambuf : public std::streambuf {
13 typedef std::streambuf _Base;
30 throw "streambuf full";
streambuf_header_test.cpp 9 # include <streambuf>
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
copy.fail.cpp 10 // <streambuf>
17 #include <streambuf>
20 std::streambuf get();
24 std::streambuf sb = get();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
copy.fail.cpp 10 // <streambuf>
17 #include <streambuf>
20 std::streambuf get();
24 std::streambuf sb = get();
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/
types.pass.cpp 10 // <streambuf>
23 #include <streambuf>
28 static_assert((std::is_same<std::streambuf::char_type, char>::value), "");
29 static_assert((std::is_same<std::streambuf::traits_type, std::char_traits<char> >::value), "");
30 static_assert((std::is_same<std::streambuf::int_type, std::char_traits<char>::int_type>::value), "");
31 static_assert((std::is_same<std::streambuf::pos_type, std::char_traits<char>::pos_type>::value), "");
32 static_assert((std::is_same<std::streambuf::off_type, std::char_traits<char>::off_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/
types.pass.cpp 10 // <streambuf>
23 #include <streambuf>
28 static_assert((std::is_same<std::streambuf::char_type, char>::value), "");
29 static_assert((std::is_same<std::streambuf::traits_type, std::char_traits<char> >::value), "");
30 static_assert((std::is_same<std::streambuf::int_type, std::char_traits<char>::int_type>::value), "");
31 static_assert((std::is_same<std::streambuf::pos_type, std::char_traits<char>::pos_type>::value), "");
32 static_assert((std::is_same<std::streambuf::off_type, std::char_traits<char>::off_type>::value), "");
  /ndk/sources/cxx-stl/stlport/stlport/
iostream.h 27 #include <streambuf.h>
55 istream_withassign() : istream((streambuf*)0) {}
62 istream_withassign& operator=(streambuf* __s) {
70 ostream_withassign() : ostream((streambuf*)0) {}
77 ostream_withassign& operator=(streambuf* __s) {
85 iostream_withassign() : iostream((streambuf*)0) {}
91 iostream_withassign & operator=(streambuf* __s) {
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
iostream.h 27 #include <streambuf.h>
55 istream_withassign() : istream((streambuf*)0) {}
62 istream_withassign& operator=(streambuf* __s) {
70 ostream_withassign() : ostream((streambuf*)0) {}
77 ostream_withassign& operator=(streambuf* __s) {
85 iostream_withassign() : iostream((streambuf*)0) {}
91 iostream_withassign & operator=(streambuf* __s) {
  /external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
rdbuf_streambuf.pass.cpp 17 #include <streambuf>
25 std::streambuf* sb = (std::streambuf*)1;
26 std::streambuf* sb2 = ios.rdbuf(sb);
31 assert(sb2 == (std::streambuf*)1);
set_rdbuf.pass.cpp 17 #include <streambuf>
21 : public std::streambuf
28 testios(std::streambuf* p) : std::ios(p) {}
29 void set_rdbuf(std::streambuf* x) {std::ios::set_rdbuf(x);}
rdbuf.pass.cpp 17 #include <streambuf>
27 std::streambuf* sb = (std::streambuf*)1;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
rdbuf_streambuf.pass.cpp 17 #include <streambuf>
25 std::streambuf* sb = (std::streambuf*)1;
26 std::streambuf* sb2 = ios.rdbuf(sb);
31 assert(sb2 == (std::streambuf*)1);
set_rdbuf.pass.cpp 17 #include <streambuf>
21 : public std::streambuf
28 testios(std::streambuf* p) : std::ios(p) {}
29 void set_rdbuf(std::streambuf* x) {std::ios::set_rdbuf(x);}
rdbuf.pass.cpp 17 #include <streambuf>
27 std::streambuf* sb = (std::streambuf*)1;
  /external/google-benchmark/src/
log.cc 21 class NullLogBuffer : public std::streambuf

Completed in 340 milliseconds

1 2 3 4 5 6 7 8 91011>>