Searched refs:istream_type (Results 1 - 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/
H A Dtypes.pass.cpp20 // typedef basic_istream<charT,traits> istream_type;
34 static_assert((std::is_same<I1::istream_type, std::istream>::value), "");
41 static_assert((std::is_same<I2::istream_type, std::wistream>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/
H A Dtypes.pass.cpp23 // typedef basic_istream<charT,traits> istream_type;
40 static_assert((std::is_same<I1::istream_type, std::istream>::value), "");
50 static_assert((std::is_same<I2::istream_type, std::wistream>::value), "");
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_stream_iterator.h100 typedef basic_istream<_CharT, _Traits> istream_type; typedef in class:istream_iterator
109 istream_iterator(istream_type& __s) : _M_stream(&__s), _M_ok(false), _M_read_done(false) {}
141 istream_type* _M_stream;
H A D_istreambuf_iterator.h53 typedef basic_istream<_CharT, _Traits> istream_type; typedef in class:istreambuf_iterator

Completed in 128 milliseconds