/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_ostream.c | 36 template <class _CharT, class _Traits> 37 basic_ostream<_CharT, _Traits>::basic_ostream(basic_streambuf<_CharT, _Traits>* __buf) 38 : basic_ios<_CharT, _Traits>() { 42 template <class _CharT, class _Traits> 43 basic_ostream<_CharT, _Traits>::~basic_ostream() 47 template <class _CharT, class _Traits> 48 basic_ostream<_CharT, _Traits>& 49 basic_ostream<_CharT, _Traits>::operator<<(basic_streambuf<_CharT, _Traits>* __from) [all...] |
_istream.c | 39 # define __BIS_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::int_type 40 # define __BIS_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::pos_type 41 # define __BIS_off_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::off_type 51 template <class _Traits> 53 typedef typename _Traits::char_type argument_type; 63 template <class _Traits> 65 typedef typename _Traits::char_type argument_type; 72 return _Traits::eq(__c, argument_type()) || 77 template <class _Traits> 79 typedef typename _Traits::char_type char_type [all...] |
_sstream.c | 31 # define __BSB_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 32 # define __BSB_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type 43 template <class _CharT, class _Traits, class _Alloc> 44 basic_stringbuf<_CharT, _Traits, _Alloc> 46 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str() 49 template <class _CharT, class _Traits, class _Alloc> 50 basic_stringbuf<_CharT, _Traits, _Alloc> 51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode) 52 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str(__s) 57 template <class _CharT, class _Traits, class _Alloc [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_ostream.c | 36 template <class _CharT, class _Traits> 37 basic_ostream<_CharT, _Traits>::basic_ostream(basic_streambuf<_CharT, _Traits>* __buf) 38 : basic_ios<_CharT, _Traits>() { 42 template <class _CharT, class _Traits> 43 basic_ostream<_CharT, _Traits>::~basic_ostream() 47 template <class _CharT, class _Traits> 48 basic_ostream<_CharT, _Traits>& 49 basic_ostream<_CharT, _Traits>::operator<<(basic_streambuf<_CharT, _Traits>* __from) [all...] |
_istream.c | 39 # define __BIS_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::int_type 40 # define __BIS_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::pos_type 41 # define __BIS_off_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::off_type 51 template <class _Traits> 53 typedef typename _Traits::char_type argument_type; 63 template <class _Traits> 65 typedef typename _Traits::char_type argument_type; 72 return _Traits::eq(__c, argument_type()) || 77 template <class _Traits> 79 typedef typename _Traits::char_type char_type [all...] |
_sstream.c | 31 # define __BSB_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 32 # define __BSB_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type 43 template <class _CharT, class _Traits, class _Alloc> 44 basic_stringbuf<_CharT, _Traits, _Alloc> 46 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str() 49 template <class _CharT, class _Traits, class _Alloc> 50 basic_stringbuf<_CharT, _Traits, _Alloc> 51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode) 52 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str(__s) 57 template <class _CharT, class _Traits, class _Alloc [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_ostream.c | 36 template <class _CharT, class _Traits> 37 basic_ostream<_CharT, _Traits>::basic_ostream(basic_streambuf<_CharT, _Traits>* __buf) 38 : basic_ios<_CharT, _Traits>() { 42 template <class _CharT, class _Traits> 43 basic_ostream<_CharT, _Traits>::~basic_ostream() 47 template <class _CharT, class _Traits> 48 basic_ostream<_CharT, _Traits>& 49 basic_ostream<_CharT, _Traits>::operator<<(basic_streambuf<_CharT, _Traits>* __from) [all...] |
_istream.c | 39 # define __BIS_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::int_type 40 # define __BIS_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::pos_type 41 # define __BIS_off_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::off_type 51 template <class _Traits> 53 typedef typename _Traits::char_type argument_type; 63 template <class _Traits> 65 typedef typename _Traits::char_type argument_type; 72 return _Traits::eq(__c, argument_type()) || 77 template <class _Traits> 79 typedef typename _Traits::char_type char_type [all...] |
_sstream.c | 31 # define __BSB_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 32 # define __BSB_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type 43 template <class _CharT, class _Traits, class _Alloc> 44 basic_stringbuf<_CharT, _Traits, _Alloc> 46 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str() 49 template <class _CharT, class _Traits, class _Alloc> 50 basic_stringbuf<_CharT, _Traits, _Alloc> 51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode) 52 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str(__s) 57 template <class _CharT, class _Traits, class _Alloc [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_ostream.c | 36 template <class _CharT, class _Traits> 37 basic_ostream<_CharT, _Traits>::basic_ostream(basic_streambuf<_CharT, _Traits>* __buf) 38 : basic_ios<_CharT, _Traits>() { 42 template <class _CharT, class _Traits> 43 basic_ostream<_CharT, _Traits>::~basic_ostream() 47 template <class _CharT, class _Traits> 48 basic_ostream<_CharT, _Traits>& 49 basic_ostream<_CharT, _Traits>::operator<<(basic_streambuf<_CharT, _Traits>* __from) [all...] |
_istream.c | 39 # define __BIS_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::int_type 40 # define __BIS_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::pos_type 41 # define __BIS_off_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::off_type 51 template <class _Traits> 53 typedef typename _Traits::char_type argument_type; 63 template <class _Traits> 65 typedef typename _Traits::char_type argument_type; 72 return _Traits::eq(__c, argument_type()) || 77 template <class _Traits> 79 typedef typename _Traits::char_type char_type [all...] |
_sstream.c | 31 # define __BSB_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 32 # define __BSB_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type 43 template <class _CharT, class _Traits, class _Alloc> 44 basic_stringbuf<_CharT, _Traits, _Alloc> 46 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str() 49 template <class _CharT, class _Traits, class _Alloc> 50 basic_stringbuf<_CharT, _Traits, _Alloc> 51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode) 52 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str(__s) 57 template <class _CharT, class _Traits, class _Alloc [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
ostream | 142 template <class _CharT, class _Traits> 144 : virtual public basic_ios<_CharT, _Traits> 149 typedef _Traits traits_type; 209 template <class _CharT, class _Traits> 210 class _LIBCPP_TYPE_VIS basic_ostream<_CharT, _Traits>::sentry 213 basic_ostream<_CharT, _Traits>& __os_; 219 explicit sentry(basic_ostream<_CharT, _Traits>& __os); 227 template <class _CharT, class _Traits> 228 basic_ostream<_CharT, _Traits>::sentry::sentry(basic_ostream<_CharT, _Traits>& __os [all...] |
/external/stlport/stlport/stl/ |
_istream.c | 39 # define __BIS_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::int_type 40 # define __BIS_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::pos_type 41 # define __BIS_off_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::off_type 51 template <class _Traits> 53 typedef typename _Traits::char_type argument_type; 63 template <class _Traits> 65 typedef typename _Traits::char_type argument_type; 72 return _Traits::eq(__c, argument_type()) || 77 template <class _Traits> 79 typedef typename _Traits::char_type char_type [all...] |
_sstream.c | 31 # define __BSB_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 32 # define __BSB_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type 43 template <class _CharT, class _Traits, class _Alloc> 44 basic_stringbuf<_CharT, _Traits, _Alloc> 46 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str() 49 template <class _CharT, class _Traits, class _Alloc> 50 basic_stringbuf<_CharT, _Traits, _Alloc> 51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode) 52 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str(__s) 57 template <class _CharT, class _Traits, class _Alloc [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_istream.c | 39 # define __BIS_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::int_type 40 # define __BIS_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::pos_type 41 # define __BIS_off_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::off_type 51 template <class _Traits> 53 typedef typename _Traits::char_type argument_type; 63 template <class _Traits> 65 typedef typename _Traits::char_type argument_type; 72 return _Traits::eq(__c, argument_type()) || 77 template <class _Traits> 79 typedef typename _Traits::char_type char_type [all...] |
_sstream.c | 31 # define __BSB_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 32 # define __BSB_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type 43 template <class _CharT, class _Traits, class _Alloc> 44 basic_stringbuf<_CharT, _Traits, _Alloc> 46 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str() 49 template <class _CharT, class _Traits, class _Alloc> 50 basic_stringbuf<_CharT, _Traits, _Alloc> 51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode) 52 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str(__s) 57 template <class _CharT, class _Traits, class _Alloc [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_istream.c | 39 # define __BIS_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::int_type 40 # define __BIS_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::pos_type 41 # define __BIS_off_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::off_type 51 template <class _Traits> 53 typedef typename _Traits::char_type argument_type; 63 template <class _Traits> 65 typedef typename _Traits::char_type argument_type; 72 return _Traits::eq(__c, argument_type()) || 77 template <class _Traits> 79 typedef typename _Traits::char_type char_type [all...] |
_sstream.c | 31 # define __BSB_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 32 # define __BSB_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type 43 template <class _CharT, class _Traits, class _Alloc> 44 basic_stringbuf<_CharT, _Traits, _Alloc> 46 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str() 49 template <class _CharT, class _Traits, class _Alloc> 50 basic_stringbuf<_CharT, _Traits, _Alloc> 51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode) 52 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str(__s) 57 template <class _CharT, class _Traits, class _Alloc [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
basic_string.tcc | 50 template<typename _CharT, typename _Traits, typename _Alloc> 51 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 52 basic_string<_CharT, _Traits, _Alloc>:: 55 template<typename _CharT, typename _Traits, typename _Alloc> 57 basic_string<_CharT, _Traits, _Alloc>:: 60 template<typename _CharT, typename _Traits, typename _Alloc> 61 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 62 basic_string<_CharT, _Traits, _Alloc>::npos; 66 template<typename _CharT, typename _Traits, typename _Alloc> 67 typename basic_string<_CharT, _Traits, _Alloc>::size_typ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
basic_string.tcc | 50 template<typename _CharT, typename _Traits, typename _Alloc> 51 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 52 basic_string<_CharT, _Traits, _Alloc>:: 55 template<typename _CharT, typename _Traits, typename _Alloc> 57 basic_string<_CharT, _Traits, _Alloc>:: 60 template<typename _CharT, typename _Traits, typename _Alloc> 61 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 62 basic_string<_CharT, _Traits, _Alloc>::npos; 66 template<typename _CharT, typename _Traits, typename _Alloc> 67 typename basic_string<_CharT, _Traits, _Alloc>::size_typ [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
basic_string.tcc | 50 template<typename _CharT, typename _Traits, typename _Alloc> 51 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 52 basic_string<_CharT, _Traits, _Alloc>:: 55 template<typename _CharT, typename _Traits, typename _Alloc> 57 basic_string<_CharT, _Traits, _Alloc>:: 60 template<typename _CharT, typename _Traits, typename _Alloc> 61 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 62 basic_string<_CharT, _Traits, _Alloc>::npos; 66 template<typename _CharT, typename _Traits, typename _Alloc> 67 typename basic_string<_CharT, _Traits, _Alloc>::size_typ [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_string.tcc | 50 template<typename _CharT, typename _Traits, typename _Alloc> 51 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 52 basic_string<_CharT, _Traits, _Alloc>:: 55 template<typename _CharT, typename _Traits, typename _Alloc> 57 basic_string<_CharT, _Traits, _Alloc>:: 60 template<typename _CharT, typename _Traits, typename _Alloc> 61 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 62 basic_string<_CharT, _Traits, _Alloc>::npos; 66 template<typename _CharT, typename _Traits, typename _Alloc> 67 typename basic_string<_CharT, _Traits, _Alloc>::size_typ [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
basic_string.tcc | 50 template<typename _CharT, typename _Traits, typename _Alloc> 51 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 52 basic_string<_CharT, _Traits, _Alloc>:: 55 template<typename _CharT, typename _Traits, typename _Alloc> 57 basic_string<_CharT, _Traits, _Alloc>:: 60 template<typename _CharT, typename _Traits, typename _Alloc> 61 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 62 basic_string<_CharT, _Traits, _Alloc>::npos; 66 template<typename _CharT, typename _Traits, typename _Alloc> 67 typename basic_string<_CharT, _Traits, _Alloc>::size_typ [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_string.tcc | 50 template<typename _CharT, typename _Traits, typename _Alloc> 51 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 52 basic_string<_CharT, _Traits, _Alloc>:: 55 template<typename _CharT, typename _Traits, typename _Alloc> 57 basic_string<_CharT, _Traits, _Alloc>:: 60 template<typename _CharT, typename _Traits, typename _Alloc> 61 const typename basic_string<_CharT, _Traits, _Alloc>::size_type 62 basic_string<_CharT, _Traits, _Alloc>::npos; 66 template<typename _CharT, typename _Traits, typename _Alloc> 67 typename basic_string<_CharT, _Traits, _Alloc>::size_typ [all...] |