Searched refs:ostreambuf_iterator (Results 26 - 34 of 34) sorted by relevance

12

/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dtime_put_members_char.cc33 typedef ostreambuf_iterator<char> iterator_type;
H A Dtime_put_members_wchar_t.cc34 typedef ostreambuf_iterator<wchar_t> iterator_type;
/openbsd-current/gnu/llvm/llvm/tools/bugpoint/
H A DToolRunner.cpp96 std::ostreambuf_iterator<char>(OS));
132 std::ostreambuf_iterator<char>(OS));
/openbsd-current/gnu/llvm/libcxx/include/__chrono/
H A Dformatter.h97 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr},
102 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr},
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocale_facets.h142 // ostreambuf_iterator. For ostreambuf_iterator, sputn is
146 ostreambuf_iterator<_CharT>
147 __write(ostreambuf_iterator<_CharT> __s, const _CharT* __ws, int __len)
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dfilebuf_virtuals.cc620 ostreambuf_iterator<char>(out));
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocale_facets.h109 // ostreambuf_iterator. For ostreambuf_iterator, sputn is
113 ostreambuf_iterator<_CharT>
114 __write(ostreambuf_iterator<_CharT> __s, const _CharT* __ws, int __len)
/openbsd-current/gnu/lib/libcxx/
H A DMakefile490 __iterator/ostreambuf_iterator.h \
/openbsd-current/gnu/llvm/libcxx/src/filesystem/
H A Doperations.cpp876 using OutIt = ostreambuf_iterator<char>;

Completed in 304 milliseconds

12