Home
last modified time | relevance | path

Searched refs:ostreambuf_iterator (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/libstdc++/src/
H A Dlocale-inst.cc68 ostreambuf_iterator<C>
74 ostreambuf_iterator<C>
132 ostreambuf_iterator<C>
133 num_put<C, ostreambuf_iterator<C> >::
138 ostreambuf_iterator<C>
139 num_put<C, ostreambuf_iterator<C> >::
145 ostreambuf_iterator<C>
146 num_put<C, ostreambuf_iterator<C> >::
151 ostreambuf_iterator<C>
158 ostreambuf_iterator<C>
[all …]
H A Dcompatibility-ldbl.cc43 template class num_put<C, ostreambuf_iterator<C> >;
45 template class money_put<C, ostreambuf_iterator<C> >;
58 template class num_put<C, ostreambuf_iterator<C> >;
60 template class money_put<C, ostreambuf_iterator<C> >;
H A Dconcept-inst.cc75 _Instantiate(_OutputIteratorConcept<std::ostreambuf_iterator<
79 _Instantiate(_OutputIteratorConcept<std::ostreambuf_iterator<
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstreambuf_iterator.h68 ostreambuf_iterator<_CharT2>); in _GLIBCXX_BEGIN_NAMESPACE()
207 class ostreambuf_iterator
224 ostreambuf_iterator<_CharT2>);
240 ostreambuf_iterator&
250 ostreambuf_iterator&
255 ostreambuf_iterator&
260 ostreambuf_iterator&
269 ostreambuf_iterator&
286 ostreambuf_iterator<_CharT> __result) in copy()
302 ostreambuf_iterator<_CharT> __result) in __copy_aux()
[all …]
H A Dlocalefwd.h135 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
153 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
155 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
163 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
H A Dstl_algobase.h321 ostreambuf_iterator<_CharT> >::__type
322 __copy_aux(_CharT*, _CharT*, ostreambuf_iterator<_CharT>);
326 ostreambuf_iterator<_CharT> >::__type
327 __copy_aux(const _CharT*, const _CharT*, ostreambuf_iterator<_CharT>);
407 ostreambuf_iterator<_CharT> >::__type
409 ostreambuf_iterator<_CharT>);
H A Dbasic_ios.h79 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> > in _GLIBCXX_BEGIN_NAMESPACE()
H A Dlocale_facets.h113 ostreambuf_iterator<_CharT>
114 __write(ostreambuf_iterator<_CharT> __s, const _CharT* __ws, int __len) in __write()
/freebsd-12.1/contrib/libc++/include/
H A Dostream333 typedef ostreambuf_iterator<_CharT, _Traits> _Op;
378 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
405 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
434 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
461 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
490 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
516 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
725 typedef ostreambuf_iterator<_CharT, _Traits> _Ip;
766 typedef ostreambuf_iterator<_CharT, _Traits> _Ip;
826 typedef ostreambuf_iterator<_CharT, _Traits> _Ip;
[all …]
H A Diterator362 class ostreambuf_iterator
371 ostreambuf_iterator(ostream_type& s) noexcept;
372 ostreambuf_iterator(streambuf_type* s) noexcept;
373 ostreambuf_iterator& operator=(charT c);
374 ostreambuf_iterator& operator*();
375 ostreambuf_iterator& operator++();
376 ostreambuf_iterator& operator++(int);
1056 class _LIBCPP_TEMPLATE_VIS ostreambuf_iterator
1071 _LIBCPP_INLINE_VISIBILITY ostreambuf_iterator& operator=(_CharT __c)
1089 ostreambuf_iterator<_Ch, _Tr>
[all …]
H A Diosfwd52 template <class charT, class traits = char_traits<charT> > class ostreambuf_iterator;
154 class _LIBCPP_TEMPLATE_VIS ostreambuf_iterator;
H A Diomanip372 typedef ostreambuf_iterator<_CharT, _Traits> _Op;
492 typedef ostreambuf_iterator<_CharT, _Traits> _Op;
H A Dlocale1256 template <class _CharT, class _OutputIterator = ostreambuf_iterator<_CharT> >
1382 ostreambuf_iterator<_CharT, _Traits>
1383 __pad_and_output(ostreambuf_iterator<_CharT, _Traits> __s,
2489 template <class _CharT, class _OutputIterator = ostreambuf_iterator<_CharT> >
2588 template <class _CharT, class _OutputIterator = ostreambuf_iterator<_CharT> >
3350 template <class _CharT, class _OutputIterator = ostreambuf_iterator<_CharT> >
/freebsd-12.1/contrib/libstdc++/include/std/
H A Dstd_iosfwd.h101 class ostreambuf_iterator; variable
H A Dstd_ostream.h73 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> > in _GLIBCXX_BEGIN_NAMESPACE()
H A Dstd_streambuf.h153 friend class ostreambuf_iterator<char_type, traits_type>;
/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DToolRunner.cpp97 std::ostreambuf_iterator<char>(OS)); in RunProgramRemotelyWithTimeout()
133 std::ostreambuf_iterator<char>(OS)); in ProcessFailure()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-1998339 ostreambuf_iterator, num_get only for istreambuf_iterator.
342 remove junk about __match_parallel for ostreambuf_iterator.
360 std::copy() applied to ostreambuf_iterator to be optimal.)
514 ostreambuf_iterator and istreambuf_iterator.
H A DChangeLog-20064374 ostreambuf_iterator<_CharT>), __copy_aux(const _CharT*, const _CharT*,
4375 ostreambuf_iterator<_CharT>), __copy_aux(istreambuf_iterator<_CharT>,
4377 istreambuf_iterator<_CharT>, ostreambuf_iterator<_CharT>)): Declare.
4381 istreambuf_iterator<_CharT>, ostreambuf_iterator<_CharT>),
4382 __copy_aux(_CharT*, _CharT*, ostreambuf_iterator<_CharT>),
4383 __copy_aux(const _CharT*, const _CharT*, ostreambuf_iterator<_CharT>),
4387 (class istreambuf_iterator<>, class ostreambuf_iterator<>): Declare
H A DChangeLog-20012328 * testsuite/24_iterators/ostreambuf_iterator.cc: Likewise.
2896 * testsuite/24_iterators/ostreambuf_iterator.cc: Add test.
3493 * include/bits/sbuf_iter.h (ostreambuf_iterator): Fix typo in base
3903 * testsuite/24_iterators/ostreambuf_iterator.cc: Correct.
3924 * testsuite/24_iterators/ostreambuf_iterator.cc: New file.
3925 * include/bits/sbuf_iter.h (ostreambuf_iterator): Remove bogus
H A DChangeLog-2003942 * include/bits/streambuf_iterator.h (ostreambuf_iterator): Remove
948 * testsuite/24_iterators/ostreambuf_iterator.cc: Split into...
949 * testsuite/24_iterators/ostreambuf_iterator/1.cc
950 * testsuite/24_iterators/ostreambuf_iterator/2.cc
3131 * testsuite/24_iterators/ostreambuf_iterator.cc: Same.
7778 (ostreambuf_iterator::_M_put): Add.
H A DChangeLog-19993309 * bits/ostream.tcc: Convert *this to ostreambuf_iterator before
H A DChangeLog-20021988 ostreambuf_iterator specialization.
/freebsd-12.1/contrib/libc++/src/filesystem/
H A Doperations.cpp705 using OutIt = ostreambuf_iterator<char>; in copy_file_impl_default()