HomeSort by relevance Sort by last modified time
    Searched full:istream_type (Results 1 - 25 of 33) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/
types.pass.cpp 20 // 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), "");
  /external/libcxx/test/std/iterators/stream.iterators/istream.iterator/
types.pass.cpp 20 // typedef basic_istream<charT,traits> istream_type;
39 static_assert((std::is_same<I1::istream_type, std::istream>::value), "");
49 static_assert((std::is_same<I2::istream_type, std::wistream>::value), "");
  /external/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/
types.pass.cpp 23 // typedef basic_istream<charT,traits> istream_type;
43 static_assert((std::is_same<I1::istream_type, std::istream>::value), "");
56 static_assert((std::is_same<I2::istream_type, std::wistream>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/
types.pass.cpp 23 // 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), "");
  /external/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/
istream.pass.cpp 14 // istream_iterator(istream_type& s);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons/
istream.pass.cpp 14 // istream_iterator(istream_type& s);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stream_iterator.h 100 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;
_istreambuf_iterator.h 53 typedef basic_istream<_CharT, _Traits> istream_type; typedef in class:istreambuf_iterator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stream_iterator.h 55 typedef basic_istream<_CharT, _Traits> istream_type; typedef in class:istream_iterator
58 istream_type* _M_stream;
68 istream_iterator(istream_type& __s)
streambuf_iterator.h 68 typedef basic_istream<_CharT, _Traits> istream_type; typedef in class:istreambuf_iterator
112 istreambuf_iterator(istream_type& __s) _GLIBCXX_USE_NOEXCEPT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stream_iterator.h 55 typedef basic_istream<_CharT, _Traits> istream_type; typedef in class:istream_iterator
58 istream_type* _M_stream;
68 istream_iterator(istream_type& __s)
streambuf_iterator.h 68 typedef basic_istream<_CharT, _Traits> istream_type; typedef in class:istreambuf_iterator
112 istreambuf_iterator(istream_type& __s) _GLIBCXX_USE_NOEXCEPT
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stream_iterator.h 55 typedef basic_istream<_CharT, _Traits> istream_type; typedef in class:istream_iterator
58 istream_type* _M_stream;
68 istream_iterator(istream_type& __s)
streambuf_iterator.h 68 typedef basic_istream<_CharT, _Traits> istream_type; typedef in class:istreambuf_iterator
112 istreambuf_iterator(istream_type& __s) _GLIBCXX_USE_NOEXCEPT
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stream_iterator.h 55 typedef basic_istream<_CharT, _Traits> istream_type; typedef in class:istream_iterator
58 istream_type* _M_stream;
68 istream_iterator(istream_type& __s)
streambuf_iterator.h 68 typedef basic_istream<_CharT, _Traits> istream_type; typedef in class:istreambuf_iterator
112 istreambuf_iterator(istream_type& __s) _GLIBCXX_USE_NOEXCEPT
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_stream_iterator.h 100 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;
_istreambuf_iterator.h 53 typedef basic_istream<_CharT, _Traits> istream_type; typedef in class:istreambuf_iterator
  /external/libcxx/test/std/iterators/stream.iterators/ostream.iterator/
types.pass.cpp 20 // typedef basic_istream<charT,traits> istream_type;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/
types.pass.cpp 20 // typedef basic_istream<charT,traits> istream_type;
  /external/libcxx/include/
iterator 215 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;
763 typedef basic_istream<_CharT,_Traits> istream_type;
765 istream_type* __in_stream_;
769 _LIBCPP_INLINE_VISIBILITY istream_iterator(istream_type& __s) : __in_stream_(&__s)
835 typedef basic_istream<_CharT,_Traits> istream_type;
859 _LIBCPP_INLINE_VISIBILITY istreambuf_iterator(istream_type& __s) _NOEXCEPT
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
iterator 215 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
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
iterator 215 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
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
resrc.c 133 static enum {ISTREAM_PIPE, ISTREAM_FILE} istream_type; variable in typeref:enum:__anon75467
314 if (istream_type == ISTREAM_FILE)
472 istream_type = (use_temp_file) ? ISTREAM_FILE : ISTREAM_PIPE;
576 if (istream_type == ISTREAM_FILE)
    [all...]
ChangeLog-0001     [all...]

Completed in 931 milliseconds

1 2