HomeSort by relevance Sort by last modified time
    Searched refs:ostream_type (Results 1 - 24 of 24) sorted by null

  /external/libcxx/test/std/iterators/stream.iterators/ostream.iterator/
types.pass.cpp 33 static_assert((std::is_same<I1::ostream_type, std::ostream>::value), "");
39 static_assert((std::is_same<I2::ostream_type, std::wostream>::value), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/
types.pass.cpp 33 static_assert((std::is_same<I1::ostream_type, std::ostream>::value), "");
39 static_assert((std::is_same<I2::ostream_type, std::wostream>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/iterators/stream.iterators/ostream.iterator/
types.pass.cpp 33 static_assert((std::is_same<I1::ostream_type, std::ostream>::value), "");
39 static_assert((std::is_same<I2::ostream_type, std::wostream>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stream_iterator.h 162 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostream_iterator
166 ostream_type* _M_stream;
171 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
183 ostream_iterator(ostream_type& __s, const _CharT* __c)
streambuf_iterator.h 226 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostreambuf_iterator
241 ostreambuf_iterator(ostream_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 162 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostream_iterator
166 ostream_type* _M_stream;
171 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
183 ostream_iterator(ostream_type& __s, const _CharT* __c)
streambuf_iterator.h 226 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostreambuf_iterator
241 ostreambuf_iterator(ostream_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 162 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostream_iterator
166 ostream_type* _M_stream;
171 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
183 ostream_iterator(ostream_type& __s, const _CharT* __c)
streambuf_iterator.h 226 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostreambuf_iterator
241 ostreambuf_iterator(ostream_type& __s) _GLIBCXX_USE_NOEXCEPT
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stream_iterator.h 162 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostream_iterator
166 ostream_type* _M_stream;
171 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
183 ostream_iterator(ostream_type& __s, const _CharT* __c)
streambuf_iterator.h 226 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostreambuf_iterator
241 ostreambuf_iterator(ostream_type& __s) _GLIBCXX_USE_NOEXCEPT
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stream_iterator.h 162 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostream_iterator
166 ostream_type* _M_stream;
171 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
183 ostream_iterator(ostream_type& __s, const _CharT* __c)
streambuf_iterator.h 226 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostreambuf_iterator
241 ostreambuf_iterator(ostream_type& __s) _GLIBCXX_USE_NOEXCEPT
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stream_iterator.h 162 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostream_iterator
166 ostream_type* _M_stream;
171 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
183 ostream_iterator(ostream_type& __s, const _CharT* __c)
streambuf_iterator.h 226 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostreambuf_iterator
241 ostreambuf_iterator(ostream_type& __s) _GLIBCXX_USE_NOEXCEPT
  /external/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/
types.pass.cpp 20 // typedef basic_ostream<charT, traits> ostream_type;
35 static_assert((std::is_same<I1::ostream_type, std::ostream>::value), "");
43 static_assert((std::is_same<I2::ostream_type, std::wostream>::value), "");
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 48 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostreambuf_iterator
58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
_stream_iterator.h 173 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostream_iterator
177 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
178 ostream_iterator(ostream_type& __s, const _CharT* __c)
189 ostream_type* _M_stream;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/
types.pass.cpp 20 // typedef basic_ostream<charT, traits> ostream_type;
35 static_assert((std::is_same<I1::ostream_type, std::ostream>::value), "");
43 static_assert((std::is_same<I2::ostream_type, std::wostream>::value), "");
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 48 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostreambuf_iterator
58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
_stream_iterator.h 173 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostream_iterator
177 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
178 ostream_iterator(ostream_type& __s, const _CharT* __c)
189 ostream_type* _M_stream;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/iterators/stream.iterators/ostreambuf.iterator/
types.pass.cpp 20 // typedef basic_ostream<charT, traits> ostream_type;
35 static_assert((std::is_same<I1::ostream_type, std::ostream>::value), "");
43 static_assert((std::is_same<I2::ostream_type, std::wostream>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 48 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostreambuf_iterator
58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
_stream_iterator.h 173 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostream_iterator
177 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
178 ostream_iterator(ostream_type& __s, const _CharT* __c)
189 ostream_type* _M_stream;

Completed in 354 milliseconds