Searched refs:ostreambuf_iterator (Results 1 - 25 of 105) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/
H A Dexplicit_instantiation.cc26 template class std::ostreambuf_iterator<char>; member in class:std
H A Dbase_classes.cc21 // 24.5.4 template class ostreambuf_iterator
32 typedef ostreambuf_iterator<char> test_iterator;
H A Dtypedefs.cc21 // 24.5.4 template class ostreambuf_iterator
32 typedef ostreambuf_iterator<char> test_iterator;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dlocale-inst.cc49 template class money_put<C, ostreambuf_iterator<C> >;
63 ostreambuf_iterator<C>
64 money_put<C, ostreambuf_iterator<C> >::
65 _M_insert<true>(ostreambuf_iterator<C>, ios_base&, C,
69 ostreambuf_iterator<C>
70 money_put<C, ostreambuf_iterator<C> >::
71 _M_insert<false>(ostreambuf_iterator<C>, ios_base&, C,
81 template class num_put<C, ostreambuf_iterator<C> >;
127 ostreambuf_iterator<C>
128 num_put<C, ostreambuf_iterator<
[all...]
H A Dcompatibility-ldbl.cc40 template class num_put<C, ostreambuf_iterator<C> >;
42 template class money_put<C, ostreambuf_iterator<C> >;
55 template class num_put<C, ostreambuf_iterator<C> >;
57 template class money_put<C, ostreambuf_iterator<C> >;
H A Dconcept-inst.cc70 _Instantiate(_OutputIteratorConcept<std::ostreambuf_iterator<
74 _Instantiate(_OutputIteratorConcept<std::ostreambuf_iterator<
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dlocale-inst.cc52 template class money_put<C, ostreambuf_iterator<C> >;
66 ostreambuf_iterator<C>
67 money_put<C, ostreambuf_iterator<C> >::
68 _M_insert<true>(ostreambuf_iterator<C>, ios_base&, C,
72 ostreambuf_iterator<C>
73 money_put<C, ostreambuf_iterator<C> >::
74 _M_insert<false>(ostreambuf_iterator<C>, ios_base&, C,
82 template class num_put<C, ostreambuf_iterator<C> >;
128 ostreambuf_iterator<C>
129 num_put<C, ostreambuf_iterator<
[all...]
H A Dconcept-inst.cc75 _Instantiate(_OutputIteratorConcept<std::ostreambuf_iterator<
79 _Instantiate(_OutputIteratorConcept<std::ostreambuf_iterator<
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h67 ostreambuf_iterator<_CharT2> >::__type
69 ostreambuf_iterator<_CharT2>);
204 class ostreambuf_iterator class in inherits:iterator
219 ostreambuf_iterator<_CharT2> >::__type
221 ostreambuf_iterator<_CharT2>);
229 ostreambuf_iterator(ostream_type& __s) throw () function in class:ostreambuf_iterator
233 ostreambuf_iterator(streambuf_type* __s) throw () function in class:ostreambuf_iterator
237 ostreambuf_iterator&
247 ostreambuf_iterator&
252 ostreambuf_iterator
[all...]
H A Dlocalefwd.h43 #include <iosfwd> // For ostreambuf_iterator, istreambuf_iterator
144 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
162 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
164 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
172 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h191 class ostreambuf_iterator class in namespace:std
210 ostreambuf_iterator(ostream_type& __s) throw () function in class:std::ostreambuf_iterator
214 ostreambuf_iterator(streambuf_type* __s) throw () function in class:std::ostreambuf_iterator
218 ostreambuf_iterator&
228 ostreambuf_iterator&
233 ostreambuf_iterator&
238 ostreambuf_iterator&
247 ostreambuf_iterator&
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/money_put/put/char/
H A D12971.cc32 typedef ostreambuf_iterator<char> iterator_type;
H A D6.cc37 typedef ostreambuf_iterator<char> OutIt;
H A D5.cc48 typedef ostreambuf_iterator<char> OutIt;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/
H A D12971.cc32 typedef ostreambuf_iterator<wchar_t> iterator_type;
H A D6.cc37 typedef ostreambuf_iterator<wchar_t> OutIt;
H A D5.cc48 typedef ostreambuf_iterator<wchar_t> OutIt;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/money_put/put/char/
H A D12971.cc33 typedef ostreambuf_iterator<char> iterator_type;
H A D6.cc38 typedef ostreambuf_iterator<char> OutIt;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/
H A D12971.cc33 typedef ostreambuf_iterator<wchar_t> iterator_type;
H A D6.cc38 typedef ostreambuf_iterator<wchar_t> OutIt;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/
H A D1.cc22 // 24.5.4 template class ostreambuf_iterator
33 typedef ostreambuf_iterator<char> test_iterator;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/time_put/put/char/
H A D17038.cc32 typedef ostreambuf_iterator<char> iterator_type;
H A D5.cc30 typedef ostreambuf_iterator<char> iterator_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/
H A D17038.cc32 typedef ostreambuf_iterator<wchar_t> iterator_type;

Completed in 259 milliseconds

12345