/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/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;
|
/prebuilt/ndk/android-ndk-r5/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;
|
/prebuilt/ndk/android-ndk-r6/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;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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)
|
streambuf_iterator.h | 209 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostreambuf_iterator 224 ostreambuf_iterator(ostream_type& __s) throw ()
|
/prebuilt/ndk/android-ndk-r5/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)
|
streambuf_iterator.h | 209 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostreambuf_iterator 224 ostreambuf_iterator(ostream_type& __s) throw ()
|
/prebuilt/ndk/android-ndk-r6/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)
|
streambuf_iterator.h | 209 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostreambuf_iterator 224 ostreambuf_iterator(ostream_type& __s) throw ()
|