Home
last modified time | relevance | path

Searched refs:istream_type (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/
Dtypes.pass.cpp34 static_assert((std::is_same<I1::istream_type, std::istream>::value), ""); in main()
41 static_assert((std::is_same<I2::istream_type, std::wistream>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/
Dtypes.pass.cpp40 static_assert((std::is_same<I1::istream_type, std::istream>::value), ""); in main()
50 static_assert((std::is_same<I2::istream_type, std::wistream>::value), ""); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_stream_iterator.h100 typedef basic_istream<_CharT, _Traits> istream_type; typedef
109 istream_iterator(istream_type& __s) : _M_stream(&__s), _M_ok(false), _M_read_done(false) {} in istream_iterator()
141 istream_type* _M_stream;
D_istreambuf_iterator.h53 typedef basic_istream<_CharT, _Traits> istream_type; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Diterator215 typedef basic_istream<charT,traits> istream_type;
218 istream_iterator(istream_type& s);
266 typedef basic_istream<charT,traits> istream_type;
269 istreambuf_iterator(istream_type& s) noexcept;
756 typedef basic_istream<_CharT,_Traits> istream_type;
758 istream_type* __in_stream_;
762 _LIBCPP_INLINE_VISIBILITY istream_iterator(istream_type& __s) : __in_stream_(&__s)
828 typedef basic_istream<_CharT,_Traits> istream_type;
852 _LIBCPP_INLINE_VISIBILITY istreambuf_iterator(istream_type& __s) _NOEXCEPT