HomeSort by relevance Sort by last modified time
    Searched defs:istream_type (Results 1 - 19 of 19) sorted by null

  /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/r10/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/r10/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 53 typedef basic_istream<_CharT, _Traits> istream_type; typedef in class:istreambuf_iterator
_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;
  /prebuilts/ndk/r11/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/r11/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 53 typedef basic_istream<_CharT, _Traits> istream_type; typedef in class:istreambuf_iterator
_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;
  /prebuilts/ndk/r13/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/r13/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 53 typedef basic_istream<_CharT, _Traits> istream_type; typedef in class:istreambuf_iterator
_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;
  /toolchain/binutils/binutils-2.25/binutils/
resrc.c 133 static enum {ISTREAM_PIPE, ISTREAM_FILE} istream_type; variable in typeref:enum:__anon115604
314 if (istream_type == ISTREAM_FILE)
472 istream_type = (use_temp_file) ? ISTREAM_FILE : ISTREAM_PIPE;
576 if (istream_type == ISTREAM_FILE)
    [all...]

Completed in 1104 milliseconds