HomeSort by relevance Sort by last modified time
    Searched refs:ostreambuf_iterator (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
increment.pass.cpp 12 // class ostreambuf_iterator
14 // ostreambuf_iterator<charT,traits>& operator++();
15 // ostreambuf_iterator<charT,traits>& operator++(int);
25 std::ostreambuf_iterator<char> i(outf);
26 std::ostreambuf_iterator<char>& iref = ++i;
28 std::ostreambuf_iterator<char>& iref2 = i++;
33 std::ostreambuf_iterator<wchar_t> i(outf);
34 std::ostreambuf_iterator<wchar_t>& iref = ++i;
36 std::ostreambuf_iterator<wchar_t>& iref2 = i++;
failed.pass.cpp 12 // class ostreambuf_iterator
23 std::ostreambuf_iterator<char> i(nullptr);
27 std::ostreambuf_iterator<wchar_t> i(nullptr);
deref.pass.cpp 12 // class ostreambuf_iterator
14 // ostreambuf_iterator<charT,traits>& operator*();
24 std::ostreambuf_iterator<char> i(outf);
25 std::ostreambuf_iterator<char>& iref = *i;
30 std::ostreambuf_iterator<wchar_t> i(outf);
31 std::ostreambuf_iterator<wchar_t>& iref = *i;
assign_c.pass.cpp 12 // class ostreambuf_iterator
14 // ostreambuf_iterator<charT,traits>&
25 std::ostreambuf_iterator<char> i(outf);
33 std::ostreambuf_iterator<wchar_t> i(outf);
  /external/stlport/stlport/stl/
_ostreambuf_iterator.h 41 class ostreambuf_iterator : class in inherits:iterator
57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
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;
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; }
68 ostreambuf_iterator<_CharT, _Traits>& operator++() { return *this; }
69 ostreambuf_iterator<_CharT, _Traits>& operator++(int) { return *this; }
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHRO
83 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<char, char_traits<char> >; variable
85 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<wchar_t, char_traits<wchar_t> >; variable
    [all...]
_facets_fwd.h 19 template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
33 template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
47 template <class _Ch, class _OutIt = ostreambuf_iterator<_Ch, char_traits<_Ch> > >
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 41 class ostreambuf_iterator : class in inherits:iterator
57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
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;
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; }
68 ostreambuf_iterator<_CharT, _Traits>& operator++() { return *this; }
69 ostreambuf_iterator<_CharT, _Traits>& operator++(int) { return *this; }
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHRO
83 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<char, char_traits<char> >; variable
85 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<wchar_t, char_traits<wchar_t> >; variable
    [all...]
_facets_fwd.h 19 template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
33 template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
47 template <class _Ch, class _OutIt = ostreambuf_iterator<_Ch, char_traits<_Ch> > >
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 41 class ostreambuf_iterator : class in inherits:iterator
57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
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;
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; }
68 ostreambuf_iterator<_CharT, _Traits>& operator++() { return *this; }
69 ostreambuf_iterator<_CharT, _Traits>& operator++(int) { return *this; }
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHRO
83 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<char, char_traits<char> >; variable
85 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<wchar_t, char_traits<wchar_t> >; variable
    [all...]
_facets_fwd.h 19 template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
33 template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
47 template <class _Ch, class _OutIt = ostreambuf_iterator<_Ch, char_traits<_Ch> > >
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 41 class ostreambuf_iterator : class in inherits:iterator
57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
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;
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; }
68 ostreambuf_iterator<_CharT, _Traits>& operator++() { return *this; }
69 ostreambuf_iterator<_CharT, _Traits>& operator++(int) { return *this; }
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHRO
83 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<char, char_traits<char> >; variable
85 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<wchar_t, char_traits<wchar_t> >; variable
    [all...]
_facets_fwd.h 19 template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
33 template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
47 template <class _Ch, class _OutIt = ostreambuf_iterator<_Ch, char_traits<_Ch> > >
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 41 class ostreambuf_iterator : class in inherits:iterator
57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
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;
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; }
68 ostreambuf_iterator<_CharT, _Traits>& operator++() { return *this; }
69 ostreambuf_iterator<_CharT, _Traits>& operator++(int) { return *this; }
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHRO
83 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<char, char_traits<char> >; variable
85 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<wchar_t, char_traits<wchar_t> >; variable
    [all...]
_facets_fwd.h 19 template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
33 template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
47 template <class _Ch, class _OutIt = ostreambuf_iterator<_Ch, char_traits<_Ch> > >
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 41 class ostreambuf_iterator : class in inherits:iterator
57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
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;
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; }
68 ostreambuf_iterator<_CharT, _Traits>& operator++() { return *this; }
69 ostreambuf_iterator<_CharT, _Traits>& operator++(int) { return *this; }
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHRO
83 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<char, char_traits<char> >; variable
85 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<wchar_t, char_traits<wchar_t> >; variable
    [all...]
_facets_fwd.h 19 template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
33 template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
47 template <class _Ch, class _OutIt = ostreambuf_iterator<_Ch, char_traits<_Ch> > >
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/
ostream.pass.cpp 12 // class ostreambuf_iterator
14 // ostreambuf_iterator(ostream_type& s) throw();
24 std::ostreambuf_iterator<char> i(outf);
29 std::ostreambuf_iterator<wchar_t> i(outf);
streambuf.pass.cpp 12 // class ostreambuf_iterator
14 // ostreambuf_iterator(streambuf_type* s) throw();
24 std::ostreambuf_iterator<char> i(outf.rdbuf());
29 std::ostreambuf_iterator<wchar_t> i(outf.rdbuf());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
streambuf_iterator.h 62 ostreambuf_iterator<_CharT2> >::__type
64 ostreambuf_iterator<_CharT2>);
199 class ostreambuf_iterator class in inherits:iterator
214 ostreambuf_iterator<_CharT2> >::__type
216 ostreambuf_iterator<_CharT2>);
224 ostreambuf_iterator(ostream_type& __s) throw () function in class:ostreambuf_iterator
228 ostreambuf_iterator(streambuf_type* __s) throw () function in class:ostreambuf_iterator
232 ostreambuf_iterator&
242 ostreambuf_iterator&
247 ostreambuf_iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
streambuf_iterator.h 69 ostreambuf_iterator<_CharT2> >::__type
71 ostreambuf_iterator<_CharT2>);
206 class ostreambuf_iterator class in inherits:iterator
221 ostreambuf_iterator<_CharT2> >::__type
223 ostreambuf_iterator<_CharT2>);
231 ostreambuf_iterator(ostream_type& __s) throw () function in class:ostreambuf_iterator
235 ostreambuf_iterator(streambuf_type* __s) throw () function in class:ostreambuf_iterator
239 ostreambuf_iterator&
249 ostreambuf_iterator&
254 ostreambuf_iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
streambuf_iterator.h 69 ostreambuf_iterator<_CharT2> >::__type
71 ostreambuf_iterator<_CharT2>);
206 class ostreambuf_iterator class in inherits:iterator
221 ostreambuf_iterator<_CharT2> >::__type
223 ostreambuf_iterator<_CharT2>);
231 ostreambuf_iterator(ostream_type& __s) throw () function in class:ostreambuf_iterator
235 ostreambuf_iterator(streambuf_type* __s) throw () function in class:ostreambuf_iterator
239 ostreambuf_iterator&
249 ostreambuf_iterator&
254 ostreambuf_iterator
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 62 ostreambuf_iterator<_CharT2> >::__type
64 ostreambuf_iterator<_CharT2>);
199 class ostreambuf_iterator class in inherits:iterator
214 ostreambuf_iterator<_CharT2> >::__type
216 ostreambuf_iterator<_CharT2>);
224 ostreambuf_iterator(ostream_type& __s) throw () function in class:ostreambuf_iterator
228 ostreambuf_iterator(streambuf_type* __s) throw () function in class:ostreambuf_iterator
232 ostreambuf_iterator&
242 ostreambuf_iterator&
247 ostreambuf_iterator
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 62 ostreambuf_iterator<_CharT2> >::__type
64 ostreambuf_iterator<_CharT2>);
199 class ostreambuf_iterator class in inherits:iterator
214 ostreambuf_iterator<_CharT2> >::__type
216 ostreambuf_iterator<_CharT2>);
224 ostreambuf_iterator(ostream_type& __s) throw () function in class:ostreambuf_iterator
228 ostreambuf_iterator(streambuf_type* __s) throw () function in class:ostreambuf_iterator
232 ostreambuf_iterator&
242 ostreambuf_iterator&
247 ostreambuf_iterator
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 62 ostreambuf_iterator<_CharT2> >::__type
64 ostreambuf_iterator<_CharT2>);
199 class ostreambuf_iterator class in inherits:iterator
214 ostreambuf_iterator<_CharT2> >::__type
216 ostreambuf_iterator<_CharT2>);
224 ostreambuf_iterator(ostream_type& __s) throw () function in class:ostreambuf_iterator
228 ostreambuf_iterator(streambuf_type* __s) throw () function in class:ostreambuf_iterator
232 ostreambuf_iterator&
242 ostreambuf_iterator&
247 ostreambuf_iterator
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
streambuf_iterator.h 62 ostreambuf_iterator<_CharT2> >::__type
64 ostreambuf_iterator<_CharT2>);
199 class ostreambuf_iterator class in inherits:iterator
214 ostreambuf_iterator<_CharT2> >::__type
216 ostreambuf_iterator<_CharT2>);
224 ostreambuf_iterator(ostream_type& __s) throw () function in class:ostreambuf_iterator
228 ostreambuf_iterator(streambuf_type* __s) throw () function in class:ostreambuf_iterator
232 ostreambuf_iterator&
242 ostreambuf_iterator&
247 ostreambuf_iterator
    [all...]

Completed in 253 milliseconds

1 2 3 4 5