/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_string_operators.h | 27 template <class _CharT, class _Traits, class _Alloc> 28 inline basic_string<_CharT,_Traits,_Alloc> _STLP_CALL 29 operator+(const basic_string<_CharT,_Traits,_Alloc>& __s, 30 const basic_string<_CharT,_Traits,_Alloc>& __y) { 31 typedef basic_string<_CharT,_Traits,_Alloc> _Str; 44 template <class _CharT, class _Traits, class _Alloc> 45 inline basic_string<_CharT,_Traits,_Alloc> _STLP_CALL 47 const basic_string<_CharT,_Traits,_Alloc>& __y) { 49 typedef basic_string<_CharT,_Traits,_Alloc> _Str; 51 const size_t __n = _Traits::length(__s) [all...] |
_ostream.h | 38 template <class _CharT, class _Traits> 44 template <class _CharT, class _Traits> 45 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str); 52 template <class _CharT, class _Traits> 53 class basic_ostream : virtual public basic_ios<_CharT, _Traits> { 54 typedef basic_ostream<_CharT, _Traits> _Self; 64 typedef typename _Traits::int_type int_type; 65 typedef typename _Traits::pos_type pos_type; 66 typedef typename _Traits::off_type off_type; 67 typedef _Traits traits_type [all...] |
_ostreambuf_iterator.h | 34 template<class _CharT, class _Traits> 35 extern basic_streambuf<_CharT, _Traits>* _STLP_CALL __get_ostreambuf(basic_ostream<_CharT, _Traits>&); 40 template <class _CharT, class _Traits> 45 typedef _Traits traits_type; 46 typedef typename _Traits::int_type int_type; 47 typedef basic_streambuf<_CharT, _Traits> streambuf_type; 48 typedef basic_ostream<_CharT, _Traits> ostream_type; 61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) { 67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; [all...] |
_string_io.c | 14 template <class _CharT, class _Traits> 16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os, 17 basic_streambuf<_CharT, _Traits>* __buf, 21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof())) 28 template <class _CharT, class _Traits, class _Alloc> 29 basic_ostream<_CharT, _Traits>& _STLP_CALL 30 operator << (basic_ostream<_CharT, _Traits>& __os, 31 const basic_string<_CharT,_Traits,_Alloc>& __s) { 32 typedef basic_ostream<_CharT, _Traits> __ostream [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_string_operators.h | 27 template <class _CharT, class _Traits, class _Alloc> 28 inline basic_string<_CharT,_Traits,_Alloc> _STLP_CALL 29 operator+(const basic_string<_CharT,_Traits,_Alloc>& __s, 30 const basic_string<_CharT,_Traits,_Alloc>& __y) { 31 typedef basic_string<_CharT,_Traits,_Alloc> _Str; 44 template <class _CharT, class _Traits, class _Alloc> 45 inline basic_string<_CharT,_Traits,_Alloc> _STLP_CALL 47 const basic_string<_CharT,_Traits,_Alloc>& __y) { 49 typedef basic_string<_CharT,_Traits,_Alloc> _Str; 51 const size_t __n = _Traits::length(__s) [all...] |
_ostream.h | 38 template <class _CharT, class _Traits> 44 template <class _CharT, class _Traits> 45 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str); 52 template <class _CharT, class _Traits> 53 class basic_ostream : virtual public basic_ios<_CharT, _Traits> { 54 typedef basic_ostream<_CharT, _Traits> _Self; 64 typedef typename _Traits::int_type int_type; 65 typedef typename _Traits::pos_type pos_type; 66 typedef typename _Traits::off_type off_type; 67 typedef _Traits traits_type [all...] |
_ostreambuf_iterator.h | 34 template<class _CharT, class _Traits> 35 extern basic_streambuf<_CharT, _Traits>* _STLP_CALL __get_ostreambuf(basic_ostream<_CharT, _Traits>&); 40 template <class _CharT, class _Traits> 45 typedef _Traits traits_type; 46 typedef typename _Traits::int_type int_type; 47 typedef basic_streambuf<_CharT, _Traits> streambuf_type; 48 typedef basic_ostream<_CharT, _Traits> ostream_type; 61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) { 67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; [all...] |
_string_io.c | 14 template <class _CharT, class _Traits> 16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os, 17 basic_streambuf<_CharT, _Traits>* __buf, 21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof())) 28 template <class _CharT, class _Traits, class _Alloc> 29 basic_ostream<_CharT, _Traits>& _STLP_CALL 30 operator << (basic_ostream<_CharT, _Traits>& __os, 31 const basic_string<_CharT,_Traits,_Alloc>& __s) { 32 typedef basic_ostream<_CharT, _Traits> __ostream [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_string_operators.h | 27 template <class _CharT, class _Traits, class _Alloc> 28 inline basic_string<_CharT,_Traits,_Alloc> _STLP_CALL 29 operator+(const basic_string<_CharT,_Traits,_Alloc>& __s, 30 const basic_string<_CharT,_Traits,_Alloc>& __y) { 31 typedef basic_string<_CharT,_Traits,_Alloc> _Str; 44 template <class _CharT, class _Traits, class _Alloc> 45 inline basic_string<_CharT,_Traits,_Alloc> _STLP_CALL 47 const basic_string<_CharT,_Traits,_Alloc>& __y) { 49 typedef basic_string<_CharT,_Traits,_Alloc> _Str; 51 const size_t __n = _Traits::length(__s) [all...] |
_ostream.h | 38 template <class _CharT, class _Traits> 44 template <class _CharT, class _Traits> 45 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str); 52 template <class _CharT, class _Traits> 53 class basic_ostream : virtual public basic_ios<_CharT, _Traits> { 54 typedef basic_ostream<_CharT, _Traits> _Self; 64 typedef typename _Traits::int_type int_type; 65 typedef typename _Traits::pos_type pos_type; 66 typedef typename _Traits::off_type off_type; 67 typedef _Traits traits_type [all...] |
_ostreambuf_iterator.h | 34 template<class _CharT, class _Traits> 35 extern basic_streambuf<_CharT, _Traits>* _STLP_CALL __get_ostreambuf(basic_ostream<_CharT, _Traits>&); 40 template <class _CharT, class _Traits> 45 typedef _Traits traits_type; 46 typedef typename _Traits::int_type int_type; 47 typedef basic_streambuf<_CharT, _Traits> streambuf_type; 48 typedef basic_ostream<_CharT, _Traits> ostream_type; 61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) { 67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; [all...] |
_string_io.c | 14 template <class _CharT, class _Traits> 16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os, 17 basic_streambuf<_CharT, _Traits>* __buf, 21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof())) 28 template <class _CharT, class _Traits, class _Alloc> 29 basic_ostream<_CharT, _Traits>& _STLP_CALL 30 operator << (basic_ostream<_CharT, _Traits>& __os, 31 const basic_string<_CharT,_Traits,_Alloc>& __s) { 32 typedef basic_ostream<_CharT, _Traits> __ostream [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
iomanip | 51 template <class _CharT, class _Traits> 54 basic_istream<_CharT, _Traits>& 55 operator>>(basic_istream<_CharT, _Traits>& __is, const __iom_t1& __x) 61 template <class _CharT, class _Traits> 64 basic_ostream<_CharT, _Traits>& 65 operator<<(basic_ostream<_CharT, _Traits>& __os, const __iom_t1& __x) 88 template <class _CharT, class _Traits> 91 basic_istream<_CharT, _Traits>& 92 operator>>(basic_istream<_CharT, _Traits>& __is, const __iom_t2& __x) 98 template <class _CharT, class _Traits> [all...] |
/external/stlport/stlport/stl/ |
_ostream.h | 38 template <class _CharT, class _Traits> 44 template <class _CharT, class _Traits> 45 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str); 52 template <class _CharT, class _Traits> 53 class basic_ostream : virtual public basic_ios<_CharT, _Traits> { 54 typedef basic_ostream<_CharT, _Traits> _Self; 64 typedef typename _Traits::int_type int_type; 65 typedef typename _Traits::pos_type pos_type; 66 typedef typename _Traits::off_type off_type; 67 typedef _Traits traits_type [all...] |
_ostreambuf_iterator.h | 34 template<class _CharT, class _Traits> 35 extern basic_streambuf<_CharT, _Traits>* _STLP_CALL __get_ostreambuf(basic_ostream<_CharT, _Traits>&); 40 template <class _CharT, class _Traits> 45 typedef _Traits traits_type; 46 typedef typename _Traits::int_type int_type; 47 typedef basic_streambuf<_CharT, _Traits> streambuf_type; 48 typedef basic_ostream<_CharT, _Traits> ostream_type; 61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) { 67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; [all...] |
_string_io.c | 14 template <class _CharT, class _Traits> 16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os, 17 basic_streambuf<_CharT, _Traits>* __buf, 21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof())) 28 template <class _CharT, class _Traits, class _Alloc> 29 basic_ostream<_CharT, _Traits>& _STLP_CALL 30 operator << (basic_ostream<_CharT, _Traits>& __os, 31 const basic_string<_CharT,_Traits,_Alloc>& __s) { 32 typedef basic_ostream<_CharT, _Traits> __ostream [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_ostream.h | 38 template <class _CharT, class _Traits> 44 template <class _CharT, class _Traits> 45 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str); 52 template <class _CharT, class _Traits> 53 class basic_ostream : virtual public basic_ios<_CharT, _Traits> { 54 typedef basic_ostream<_CharT, _Traits> _Self; 64 typedef typename _Traits::int_type int_type; 65 typedef typename _Traits::pos_type pos_type; 66 typedef typename _Traits::off_type off_type; 67 typedef _Traits traits_type [all...] |
_ostreambuf_iterator.h | 34 template<class _CharT, class _Traits> 35 extern basic_streambuf<_CharT, _Traits>* _STLP_CALL __get_ostreambuf(basic_ostream<_CharT, _Traits>&); 40 template <class _CharT, class _Traits> 45 typedef _Traits traits_type; 46 typedef typename _Traits::int_type int_type; 47 typedef basic_streambuf<_CharT, _Traits> streambuf_type; 48 typedef basic_ostream<_CharT, _Traits> ostream_type; 61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) { 67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; [all...] |
_string_io.c | 14 template <class _CharT, class _Traits> 16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os, 17 basic_streambuf<_CharT, _Traits>* __buf, 21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof())) 28 template <class _CharT, class _Traits, class _Alloc> 29 basic_ostream<_CharT, _Traits>& _STLP_CALL 30 operator << (basic_ostream<_CharT, _Traits>& __os, 31 const basic_string<_CharT,_Traits,_Alloc>& __s) { 32 typedef basic_ostream<_CharT, _Traits> __ostream [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_ostream.h | 38 template <class _CharT, class _Traits> 44 template <class _CharT, class _Traits> 45 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str); 52 template <class _CharT, class _Traits> 53 class basic_ostream : virtual public basic_ios<_CharT, _Traits> { 54 typedef basic_ostream<_CharT, _Traits> _Self; 64 typedef typename _Traits::int_type int_type; 65 typedef typename _Traits::pos_type pos_type; 66 typedef typename _Traits::off_type off_type; 67 typedef _Traits traits_type [all...] |
_ostreambuf_iterator.h | 34 template<class _CharT, class _Traits> 35 extern basic_streambuf<_CharT, _Traits>* _STLP_CALL __get_ostreambuf(basic_ostream<_CharT, _Traits>&); 40 template <class _CharT, class _Traits> 45 typedef _Traits traits_type; 46 typedef typename _Traits::int_type int_type; 47 typedef basic_streambuf<_CharT, _Traits> streambuf_type; 48 typedef basic_ostream<_CharT, _Traits> ostream_type; 61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) { 67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; [all...] |
_string_io.c | 14 template <class _CharT, class _Traits> 16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os, 17 basic_streambuf<_CharT, _Traits>* __buf, 21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof())) 28 template <class _CharT, class _Traits, class _Alloc> 29 basic_ostream<_CharT, _Traits>& _STLP_CALL 30 operator << (basic_ostream<_CharT, _Traits>& __os, 31 const basic_string<_CharT,_Traits,_Alloc>& __s) { 32 typedef basic_ostream<_CharT, _Traits> __ostream [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_ostream.h | 38 template <class _CharT, class _Traits> 44 template <class _CharT, class _Traits> 45 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str); 52 template <class _CharT, class _Traits> 53 class basic_ostream : virtual public basic_ios<_CharT, _Traits> { 54 typedef basic_ostream<_CharT, _Traits> _Self; 64 typedef typename _Traits::int_type int_type; 65 typedef typename _Traits::pos_type pos_type; 66 typedef typename _Traits::off_type off_type; 67 typedef _Traits traits_type [all...] |
_ostreambuf_iterator.h | 34 template<class _CharT, class _Traits> 35 extern basic_streambuf<_CharT, _Traits>* _STLP_CALL __get_ostreambuf(basic_ostream<_CharT, _Traits>&); 40 template <class _CharT, class _Traits> 45 typedef _Traits traits_type; 46 typedef typename _Traits::int_type int_type; 47 typedef basic_streambuf<_CharT, _Traits> streambuf_type; 48 typedef basic_ostream<_CharT, _Traits> ostream_type; 61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) { 67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; [all...] |
_string_io.c | 14 template <class _CharT, class _Traits> 16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os, 17 basic_streambuf<_CharT, _Traits>* __buf, 21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof())) 28 template <class _CharT, class _Traits, class _Alloc> 29 basic_ostream<_CharT, _Traits>& _STLP_CALL 30 operator << (basic_ostream<_CharT, _Traits>& __os, 31 const basic_string<_CharT,_Traits,_Alloc>& __s) { 32 typedef basic_ostream<_CharT, _Traits> __ostream [all...] |