Searched refs:streambuf_type (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/in_avail/wchar_t/
H A D1.cc25 typedef std::basic_streambuf<wchar_t> streambuf_type; typedef
27 struct testbuf : streambuf_type
34 typedef streambuf_type::int_type int_type;
35 typedef streambuf_type::traits_type traits_type;
36 typedef streambuf_type::pos_type pos_type;
37 typedef streambuf_type::off_type off_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/in_avail/char/
H A D1.cc25 typedef std::basic_streambuf<char> streambuf_type; typedef
27 struct testbuf : streambuf_type
34 typedef streambuf_type::int_type int_type;
35 typedef streambuf_type::traits_type traits_type;
36 typedef streambuf_type::pos_type pos_type;
37 typedef streambuf_type::off_type off_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/
H A Dtypedefs.cc42 typedef test_iterator::streambuf_type streambuf_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/
H A Dtypedefs.cc42 typedef test_iterator::streambuf_type streambuf_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h67 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:istreambuf_iterator
92 // If the end of stream is reached (streambuf_type::sgetc()
97 mutable streambuf_type* _M_sbuf;
116 istreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
225 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:ostreambuf_iterator
236 streambuf_type* _M_sbuf;
245 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
339 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
344 streambuf_type* __s
374 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr59510.C46 typedef basic_streambuf <_CharT> streambuf_type; typedef in struct:ostreambuf_iterator
48 streambuf_type *_M_sbuf;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/
H A D2.cc29 typedef costreambuf_iter::streambuf_type cstreambuf_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/
H A D2.cc30 typedef cistreambuf_iter::streambuf_type cstreambuf_type;

Completed in 45 milliseconds