HomeSort by relevance Sort by last modified time
    Searched defs:ostreambuf_iterator (Results 1 - 22 of 22) sorted by null

  /external/stlport/src/
num_put.cpp 169 template class _STLP_CLASS_DECLSPEC ostreambuf_iterator<char, char_traits<char> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
171 template class num_put<char, ostreambuf_iterator<char, char_traits<char> > >;
173 template class ostreambuf_iterator<wchar_t, char_traits<wchar_t> >;
174 template class num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >;
  /ndk/sources/cxx-stl/stlport/src/
num_put.cpp 169 template class _STLP_CLASS_DECLSPEC ostreambuf_iterator<char, char_traits<char> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
171 template class num_put<char, ostreambuf_iterator<char, char_traits<char> > >;
173 template class ostreambuf_iterator<wchar_t, char_traits<wchar_t> >;
174 template class num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >;
  /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...]
  /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...]
  /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...]
  /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...]
  /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...]
  /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...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h 73 ostreambuf_iterator<_CharT2> >::__type
75 ostreambuf_iterator<_CharT2>);
216 class ostreambuf_iterator class in inherits:iterator
231 ostreambuf_iterator<_CharT2> >::__type
233 ostreambuf_iterator<_CharT2>);
241 ostreambuf_iterator(ostream_type& __s) _GLIBCXX_USE_NOEXCEPT
245 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
249 ostreambuf_iterator&
259 ostreambuf_iterator&
264 ostreambuf_iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
streambuf_iterator.h 73 ostreambuf_iterator<_CharT2> >::__type
75 ostreambuf_iterator<_CharT2>);
216 class ostreambuf_iterator class in inherits:iterator
231 ostreambuf_iterator<_CharT2> >::__type
233 ostreambuf_iterator<_CharT2>);
241 ostreambuf_iterator(ostream_type& __s) _GLIBCXX_USE_NOEXCEPT
245 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
249 ostreambuf_iterator&
259 ostreambuf_iterator&
264 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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h 75 ostreambuf_iterator<_CharT2> >::__type
77 ostreambuf_iterator<_CharT2>);
218 class ostreambuf_iterator class in inherits:iterator
233 ostreambuf_iterator<_CharT2> >::__type
235 ostreambuf_iterator<_CharT2>);
243 ostreambuf_iterator(ostream_type& __s) _GLIBCXX_USE_NOEXCEPT
247 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
251 ostreambuf_iterator&
261 ostreambuf_iterator&
266 ostreambuf_iterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h 75 ostreambuf_iterator<_CharT2> >::__type
77 ostreambuf_iterator<_CharT2>);
218 class ostreambuf_iterator class in inherits:iterator
233 ostreambuf_iterator<_CharT2> >::__type
235 ostreambuf_iterator<_CharT2>);
243 ostreambuf_iterator(ostream_type& __s) _GLIBCXX_USE_NOEXCEPT
247 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
251 ostreambuf_iterator&
261 ostreambuf_iterator&
266 ostreambuf_iterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
streambuf_iterator.h 73 ostreambuf_iterator<_CharT2> >::__type
75 ostreambuf_iterator<_CharT2>);
216 class ostreambuf_iterator class in inherits:iterator
231 ostreambuf_iterator<_CharT2> >::__type
233 ostreambuf_iterator<_CharT2>);
241 ostreambuf_iterator(ostream_type& __s) _GLIBCXX_USE_NOEXCEPT
245 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
249 ostreambuf_iterator&
259 ostreambuf_iterator&
264 ostreambuf_iterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
streambuf_iterator.h 73 ostreambuf_iterator<_CharT2> >::__type
75 ostreambuf_iterator<_CharT2>);
216 class ostreambuf_iterator class in inherits:iterator
231 ostreambuf_iterator<_CharT2> >::__type
233 ostreambuf_iterator<_CharT2>);
241 ostreambuf_iterator(ostream_type& __s) _GLIBCXX_USE_NOEXCEPT
245 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
249 ostreambuf_iterator&
259 ostreambuf_iterator&
264 ostreambuf_iterator
    [all...]

Completed in 729 milliseconds