Searched refs:ostream_type (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/ |
D | types.pass.cpp | 33 static_assert((std::is_same<I1::ostream_type, std::ostream>::value), ""); in main() 39 static_assert((std::is_same<I2::ostream_type, std::wostream>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ |
D | types.pass.cpp | 35 static_assert((std::is_same<I1::ostream_type, std::ostream>::value), ""); in main() 43 static_assert((std::is_same<I2::ostream_type, std::wostream>::value), ""); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _stream_iterator.h | 173 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef 177 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} in ostream_iterator() 178 ostream_iterator(ostream_type& __s, const _CharT* __c) in ostream_iterator() 189 ostream_type* _M_stream;
|
D | _ostreambuf_iterator.h | 48 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef 59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | iterator | 242 typedef basic_ostream<charT,traits> ostream_type; 244 ostream_iterator(ostream_type& s); 245 ostream_iterator(ostream_type& s, const charT* delimiter); 296 typedef basic_ostream<charT,traits> ostream_type; 298 ostreambuf_iterator(ostream_type& s) noexcept; 795 typedef basic_ostream<_CharT,_Traits> ostream_type; 797 ostream_type* __out_stream_; 800 _LIBCPP_INLINE_VISIBILITY ostream_iterator(ostream_type& __s) 802 _LIBCPP_INLINE_VISIBILITY ostream_iterator(ostream_type& __s, const _CharT* __delimiter) 896 typedef basic_ostream<_CharT,_Traits> ostream_type; [all …]
|