Searched refs:ostream_type (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/ |
H A D | iterator | 23 typedef basic_ostream<charT, traits> ostream_type; 30 ostream_joiner(ostream_type& s, const DelimT& delimiter); 31 ostream_joiner(ostream_type& s, DelimT&& delimiter); 40 ostream_type* out_stream; // exposition only 69 typedef basic_ostream<char_type,traits_type> ostream_type; 76 ostream_joiner(ostream_type& __os, _Delim&& __d) 79 ostream_joiner(ostream_type& __os, const _Delim& __d) 98 ostream_type* __output_iter;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | stream_iterator.h | 187 typedef basic_ostream<_CharT, _Traits> ostream_type; in _GLIBCXX_VISIBILITY() typedef 191 ostream_type* _M_stream; in _GLIBCXX_VISIBILITY() 201 ostream_iterator(ostream_type& __s) in _GLIBCXX_VISIBILITY() 214 ostream_iterator(ostream_type& __s, const _CharT* __c) in _GLIBCXX_VISIBILITY()
|
H A D | streambuf_iterator.h | 252 typedef basic_ostream<_CharT, _Traits> ostream_type; in _GLIBCXX_VISIBILITY() typedef 274 ostreambuf_iterator(ostream_type& __s) _GLIBCXX_USE_NOEXCEPT in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | stream_iterator.h | 204 typedef basic_ostream<_CharT, _Traits> ostream_type; in _GLIBCXX_VISIBILITY() typedef 208 ostream_type* _M_stream; in _GLIBCXX_VISIBILITY() 213 ostream_iterator(ostream_type& __s) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 226 ostream_iterator(ostream_type& __s, const _CharT* __c) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
|
H A D | streambuf_iterator.h | 261 typedef basic_ostream<_CharT, _Traits> ostream_type; in _GLIBCXX_VISIBILITY() typedef 283 ostreambuf_iterator(ostream_type& __s) _GLIBCXX_USE_NOEXCEPT in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
H A D | iterator | 63 typedef basic_ostream<_CharT, _Traits> ostream_type; 70 ostream_joiner(ostream_type& __os, const _DelimT& __delimiter) 75 ostream_joiner(ostream_type& __os, _DelimT&& __delimiter) 96 ostream_type* _M_out;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
H A D | iterator | 63 typedef basic_ostream<_CharT, _Traits> ostream_type; 70 ostream_joiner(ostream_type& __os, const _DelimT& __delimiter) 75 ostream_joiner(ostream_type& __os, _DelimT&& __delimiter) 96 ostream_type* _M_out;
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | iterator | 367 typedef basic_ostream<charT,traits> ostream_type; 369 ostream_iterator(ostream_type& s); 370 ostream_iterator(ostream_type& s, const charT* delimiter); 421 typedef basic_ostream<charT,traits> ostream_type; 423 ostreambuf_iterator(ostream_type& s) noexcept; 947 typedef basic_ostream<_CharT, _Traits> ostream_type; 950 ostream_type* __out_stream_; 953 _LIBCPP_INLINE_VISIBILITY ostream_iterator(ostream_type& __s) _NOEXCEPT 955 … _LIBCPP_INLINE_VISIBILITY ostream_iterator(ostream_type& __s, const _CharT* __delimiter) _NOEXCEPT 1057 typedef basic_ostream<_CharT, _Traits> ostream_type; [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2015 | 3549 the injected-class-name and the ostream_type typedef.
|
H A D | ChangeLog-2016 | 453 Change the return types of __check, introduce ostream_type. 455 Use __is_convertible_to_basic_ostream::ostream_type as the return type.
|
H A D | ChangeLog-2019 | 2799 (ostream_iterator::ostream_iterator(ostream_type*, const C*)): Use
|