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

  /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
  /external/libcxx/test/std/iterators/stream.iterators/ostream.iterator/
types.pass.cpp 43 static_assert((std::is_same<I1::ostream_type, std::ostream>::value), "");
57 static_assert((std::is_same<I2::ostream_type, std::wostream>::value), "");
  /external/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/
types.pass.cpp 20 // typedef basic_ostream<charT, traits> ostream_type;
45 static_assert((std::is_same<I1::ostream_type, std::ostream>::value), "");
61 static_assert((std::is_same<I2::ostream_type, std::wostream>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/stream.iterators/ostream.iterator/
types.pass.cpp 43 static_assert((std::is_same<I1::ostream_type, std::ostream>::value), "");
57 static_assert((std::is_same<I2::ostream_type, std::wostream>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/stream.iterators/ostreambuf.iterator/
types.pass.cpp 20 // typedef basic_ostream<charT, traits> ostream_type;
45 static_assert((std::is_same<I1::ostream_type, std::ostream>::value), "");
61 static_assert((std::is_same<I2::ostream_type, std::wostream>::value), "");

Completed in 228 milliseconds