Searched refs:streambuf (Results 1 - 25 of 182) sorted by relevance

12345678

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/headers/streambuf/
H A Dtypes_std.cc21 #include <streambuf>
25 typedef std::streambuf t1;
H A Dsynopsis.cc20 #include <streambuf>
25 typedef basic_streambuf<char> streambuf; typedef in namespace:std
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb113.C4 class X : public std::streambuf
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/char/
H A D1.cc20 #include <streambuf>
24 class testbuf : public std::streambuf
27 typedef std::streambuf::traits_type traits_type;
29 testbuf() : std::streambuf() { }
32 // test the streambuf locale settings
H A D13007-1.cc22 #include <streambuf>
26 class Buf1 : public std::streambuf
H A D9322.cc26 #include <streambuf>
30 class testbuf : public std::streambuf
33 typedef std::streambuf::traits_type traits_type;
35 testbuf() : std::streambuf() { }
/haiku-buildtools/legacy/gcc/libio/
H A Dstreambuf.cc39 void streambuf::_un_link() { _IO_un_link(this); }
41 void streambuf::_link_in() { _IO_link_in(this); }
43 int streambuf::switch_to_get_mode()
46 void streambuf::free_backup_area()
50 int streambuf::switch_to_put_mode()
54 int __overflow(streambuf* sb, int c)
59 int streambuf::underflow()
62 int streambuf::uflow()
65 int streambuf::overflow(int /* = EOF */)
68 streamsize streambuf
208 streambuf::streambuf(int flags) function in class:streambuf
[all...]
H A Dsbgetline.cc26 #include "streambuf.h"
28 long streambuf::sgetline(char* buf, _IO_size_t n, char delim, int extract_delim)
H A Dindstream.h38 // to another streambuf.
48 // virtual streambuf *lookup_stream(int mode) {
52 class indirectbuf : public streambuf {
54 streambuf *_get_stream; // Optional cache for get_stream().
55 streambuf *_put_stream; // Optional cache for put_stream().
58 streambuf *get_stream()
60 streambuf *put_stream()
62 virtual streambuf *lookup_stream(int/*mode*/) { return NULL; } // ERROR!
63 indirectbuf(streambuf *get=NULL, streambuf *pu
[all...]
H A Dsbform.cc26 #include "streambuf.h"
29 int streambuf::vform(char const *fmt0, _IO_va_list ap)
33 int streambuf::form(char const *format ...)
H A Dindstream.cc33 indirectbuf::indirectbuf(streambuf *get, streambuf *put, int delete_mode)
34 : streambuf()
79 streambuf *gbuf = (select & ios::in) ? get_stream() : (streambuf*)NULL;
80 streambuf *pbuf = (select & ios::out) ? put_stream() : (streambuf*)NULL;
96 streambuf *gbuf = (select & ios::in) ? get_stream() : (streambuf*)NULL;
97 streambuf *pbu
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/
H A D3599.cc23 #include <streambuf>
28 class testbuf : public std::streambuf
31 typedef std::streambuf::traits_type traits_type;
33 testbuf() : std::streambuf() { }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/cons/
H A D57394.cc23 #include <streambuf>
26 struct streambuf : std::streambuf struct in inherits:std::streambuf
28 streambuf() function in struct:streambuf
34 streambuf(const std::locale& loc) : streambuf() function in struct:streambuf
48 void streambuf::test_copy() const
52 streambuf a(*this);
63 void streambuf::test_assign() const
67 streambuf
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/cons/char/
H A D9827.cc21 #include <streambuf>
25 class Buf : public std::streambuf
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/sputc/char/
H A D1057.cc24 #include <streambuf>
27 class nullsetpbuf : public std::streambuf
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/requirements/
H A Dtypedefs.cc24 #include <streambuf>
33 typedef std::streambuf test_type;
H A Dbase_classes.cc24 #include <streambuf>
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/char/
H A D1057.cc23 #include <streambuf>
27 class nullsetpbuf : public std::streambuf
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/objects/char/
H A D6.cc27 #include <streambuf>
30 class Badbuf : public std::streambuf
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_fstream/rdbuf/char/
H A D2832.cc26 redirect_buffer(std::ios& stream, std::streambuf* new_buf)
29 std::streambuf*
42 std::streambuf* pbasebuf0 = &fbuf;
45 // derived rdbuf() always returns original streambuf, even though
48 // base rdbuf() returns the currently associated streambuf
49 std::streambuf* pbasebuf1 = active_buffer(sstrm1);
52 std::streambuf* pbasebuf2 = active_buffer(sstrm1);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringstream/rdbuf/char/
H A D2832.cc26 redirect_buffer(std::ios& stream, std::streambuf* new_buf)
29 std::streambuf*
38 std::streambuf* pbasebuf0 = &sbuf;
41 // derived rdbuf() always returns original streambuf, even though
44 // base rdbuf() returns the currently associated streambuf
45 std::streambuf* pbasebuf1 = active_buffer(sstrm1);
48 std::streambuf* pbasebuf2 = active_buffer(sstrm1);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/
H A Dexceptions_null.cc23 #include <streambuf>
33 stream >> static_cast<streambuf*>(0);
45 stream >> static_cast<streambuf*>(0);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/
H A Dexceptions_null.cc23 #include <streambuf>
33 stream << static_cast<streambuf*>(0);
47 stream << static_cast<streambuf*>(0);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/requirements/
H A Dbase_classes.cc29 typedef std::streambuf base_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/requirements/
H A Dbase_classes.cc29 typedef std::streambuf base_type;

Completed in 122 milliseconds

12345678