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

1 2 3

  /external/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), "");
  /external/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;
  /ndk/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), "");
  /ndk/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/5/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/6/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;
  /prebuilts/ndk/7/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;
  /prebuilts/ndk/8/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;
  /prebuilts/ndk/9/sources/cxx-stl/EH/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;
  /external/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), "");
  /ndk/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), "");
  /external/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
ostream.pass.cpp 14 // ostream_iterator(ostream_type& s);
ostream_delem.pass.cpp 14 // ostream_iterator(ostream_type& s, const charT* delimiter);
  /external/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/
ostream.pass.cpp 14 // ostreambuf_iterator(ostream_type& s) throw();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
ostream.pass.cpp 14 // ostream_iterator(ostream_type& s);
ostream_delem.pass.cpp 14 // ostream_iterator(ostream_type& s, const charT* delimiter);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/
ostream.pass.cpp 14 // ostreambuf_iterator(ostream_type& s) throw();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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)
  /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)
  /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)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h 155 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostream_iterator
159 ostream_type* _M_stream;
164 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
176 ostream_iterator(ostream_type& __s, const _CharT* __c)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h 155 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostream_iterator
159 ostream_type* _M_stream;
164 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
176 ostream_iterator(ostream_type& __s, const _CharT* __c)

Completed in 439 milliseconds

1 2 3