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

1 2 3 4

  /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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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/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...]
localefwd.h 43 #include <iosfwd> // For ostreambuf_iterator, istreambuf_iterator
138 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
156 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
158 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
166 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
  /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...]
localefwd.h 43 #include <iosfwd> // For ostreambuf_iterator, istreambuf_iterator
146 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
164 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
166 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
174 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
  /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...]
localefwd.h 43 #include <iosfwd> // For ostreambuf_iterator, istreambuf_iterator
146 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
164 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
166 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
174 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
  /prebuilts/ndk/android-ndk-r5/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...]
localefwd.h 43 #include <iosfwd> // For ostreambuf_iterator, istreambuf_iterator
138 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
156 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
158 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
166 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
  /prebuilts/ndk/android-ndk-r6/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...]
localefwd.h 43 #include <iosfwd> // For ostreambuf_iterator, istreambuf_iterator
138 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
156 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
158 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
166 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
  /prebuilts/ndk/android-ndk-r7/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...]
localefwd.h 43 #include <iosfwd> // For ostreambuf_iterator, istreambuf_iterator
138 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
156 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
158 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
166 template<typename _CharT, typename _OutIter = ostreambuf_iterator<_CharT> >
  /external/stlport/src/
locale_impl.cpp 230 num_put<char, ostreambuf_iterator<char, char_traits<char> > >::id);
237 num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id);
297 time_put<char, ostreambuf_iterator<char, char_traits<char> > >::id);
302 time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id);
326 put = new time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >(__time);
329 wput = new time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >(__time);
341 this->insert(put, time_put<char, ostreambuf_iterator<char, char_traits<char> > >::id);
344 this->insert(wput, time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id);
414 this->insert(i2, money_put<char, ostreambuf_iterator<char, char_traits<char> > >::id);
417 this->insert(i2, money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
locale_impl.cpp 230 num_put<char, ostreambuf_iterator<char, char_traits<char> > >::id);
237 num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id);
297 time_put<char, ostreambuf_iterator<char, char_traits<char> > >::id);
302 time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id);
326 put = new time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >(__time);
329 wput = new time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >(__time);
341 this->insert(put, time_put<char, ostreambuf_iterator<char, char_traits<char> > >::id);
344 this->insert(wput, time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id);
414 this->insert(i2, money_put<char, ostreambuf_iterator<char, char_traits<char> > >::id);
417 this->insert(i2, money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id)
    [all...]
  /external/clang/test/Parser/
cxx-member-crash.cpp 10 template<typename _CharT, typename _Traits = char_traits<_CharT> > class ostreambuf_iterator;

Completed in 622 milliseconds

1 2 3 4