/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...] |
_stream_iterator.h | 65 # define __ISI_TMPL_HEADER_ARGUMENTS class _Tp, class _CharT, class _Traits, class _Dist 66 # define __ISI_TMPL_ARGUMENTS _Tp, _CharT, _Traits, _Dist 68 class _CharT = char, class _Traits = char_traits<_CharT>, 89 typedef char _CharT; 98 typedef _CharT char_type; 100 typedef basic_istream<_CharT, _Traits> istream_type; 158 class _CharT = char, class _Traits = char_traits<_CharT> > 164 typedef char _CharT; [all...] |
_time_facets.c | 38 template <class _CharT, class _InputIterator> 39 locale::id time_get<_CharT, _InputIterator>::id; 41 template <class _CharT, class _OutputIterator> 42 locale::id time_put<_CharT, _OutputIterator>::id;
|
/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...] |
_stream_iterator.h | 65 # define __ISI_TMPL_HEADER_ARGUMENTS class _Tp, class _CharT, class _Traits, class _Dist 66 # define __ISI_TMPL_ARGUMENTS _Tp, _CharT, _Traits, _Dist 68 class _CharT = char, class _Traits = char_traits<_CharT>, 89 typedef char _CharT; 98 typedef _CharT char_type; 100 typedef basic_istream<_CharT, _Traits> istream_type; 158 class _CharT = char, class _Traits = char_traits<_CharT> > 164 typedef char _CharT; [all...] |
_time_facets.c | 38 template <class _CharT, class _InputIterator> 39 locale::id time_get<_CharT, _InputIterator>::id; 41 template <class _CharT, class _OutputIterator> 42 locale::id time_put<_CharT, _OutputIterator>::id;
|
/external/stlport/stlport/stl/ |
_fstream.c | 37 # define __BF_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_type 38 # define __BF_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::pos_type 39 # define __BF_off_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::off_type 46 template <class _CharT, class _Traits> 47 basic_filebuf<_CharT, _Traits>::basic_filebuf() 48 : basic_streambuf<_CharT, _Traits>(), _M_base(), 66 template <class _CharT, class _Traits> 67 basic_filebuf<_CharT, _Traits>::~basic_filebuf() { 73 template <class _CharT, class _Traits> 74 _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_typ [all...] |
_monetary.c | 39 template <class _CharT, class _InputIterator> 40 locale::id money_get<_CharT, _InputIterator>::id; 42 template <class _CharT, class _OutputIterator> 43 locale::id money_put<_CharT, _OutputIterator>::id; 60 template <class _InIt, class _OuIt, class _CharT> 63 const ctype<_CharT>& _c_type, 64 _CharT __point, int __frac_digits, _CharT __sep, 101 *__out_ite++ = _CharT('0'); 121 template <class _CharT, class _InputIter, class _StrType [all...] |
_num_get.c | 54 template <class _InputIter, class _CharT> 57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) { 58 _CharT __atoms[5]; 62 _CharT __c = *__in_ite; 116 template <class _InputIter, class _Integer, class _CharT> 120 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __true_type& /*_IsSigned*/) { 132 const _CharT __c = *__first; 176 template <class _InputIter, class _Integer, class _CharT> 180 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __false_type& /*_IsSigned*/) { 192 const _CharT __c = *__first [all...] |
_num_put.c | 34 // to a buffer of char, transform the buffer to _CharT, and then copy 40 template <class _CharT, class _OutputIter> 42 __copy_float_and_fill(const _CharT* __first, const _CharT* __last, 45 streamsize __width, _CharT __fill, 46 _CharT __xplus, _CharT __xminus) { 113 template <class _CharT, class _OutputIter, class _Float> 116 _CharT __fill, _Float __x) { 121 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()) [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/ |
_fstream.c | 37 # define __BF_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_type 38 # define __BF_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::pos_type 39 # define __BF_off_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::off_type 46 template <class _CharT, class _Traits> 47 basic_filebuf<_CharT, _Traits>::basic_filebuf() 48 : basic_streambuf<_CharT, _Traits>(), _M_base(), 66 template <class _CharT, class _Traits> 67 basic_filebuf<_CharT, _Traits>::~basic_filebuf() { 73 template <class _CharT, class _Traits> 74 _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_typ [all...] |
_monetary.c | 39 template <class _CharT, class _InputIterator> 40 locale::id money_get<_CharT, _InputIterator>::id; 42 template <class _CharT, class _OutputIterator> 43 locale::id money_put<_CharT, _OutputIterator>::id; 60 template <class _InIt, class _OuIt, class _CharT> 63 const ctype<_CharT>& _c_type, 64 _CharT __point, int __frac_digits, _CharT __sep, 101 *__out_ite++ = _CharT('0'); 121 template <class _CharT, class _InputIter, class _StrType [all...] |
_num_get.c | 54 template <class _InputIter, class _CharT> 57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) { 58 _CharT __atoms[5]; 62 _CharT __c = *__in_ite; 116 template <class _InputIter, class _Integer, class _CharT> 120 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __true_type& /*_IsSigned*/) { 132 const _CharT __c = *__first; 176 template <class _InputIter, class _Integer, class _CharT> 180 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __false_type& /*_IsSigned*/) { 192 const _CharT __c = *__first [all...] |
_num_put.c | 34 // to a buffer of char, transform the buffer to _CharT, and then copy 40 template <class _CharT, class _OutputIter> 42 __copy_float_and_fill(const _CharT* __first, const _CharT* __last, 45 streamsize __width, _CharT __fill, 46 _CharT __xplus, _CharT __xminus) { 113 template <class _CharT, class _OutputIter, class _Float> 116 _CharT __fill, _Float __x) { 121 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()) [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/ |
_fstream.c | 37 # define __BF_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_type 38 # define __BF_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::pos_type 39 # define __BF_off_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::off_type 46 template <class _CharT, class _Traits> 47 basic_filebuf<_CharT, _Traits>::basic_filebuf() 48 : basic_streambuf<_CharT, _Traits>(), _M_base(), 66 template <class _CharT, class _Traits> 67 basic_filebuf<_CharT, _Traits>::~basic_filebuf() { 73 template <class _CharT, class _Traits> 74 _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_typ [all...] |
_monetary.c | 39 template <class _CharT, class _InputIterator> 40 locale::id money_get<_CharT, _InputIterator>::id; 42 template <class _CharT, class _OutputIterator> 43 locale::id money_put<_CharT, _OutputIterator>::id; 60 template <class _InIt, class _OuIt, class _CharT> 63 const ctype<_CharT>& _c_type, 64 _CharT __point, int __frac_digits, _CharT __sep, 101 *__out_ite++ = _CharT('0'); 121 template <class _CharT, class _InputIter, class _StrType [all...] |
_num_get.c | 54 template <class _InputIter, class _CharT> 57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) { 58 _CharT __atoms[5]; 62 _CharT __c = *__in_ite; 116 template <class _InputIter, class _Integer, class _CharT> 120 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __true_type& /*_IsSigned*/) { 132 const _CharT __c = *__first; 176 template <class _InputIter, class _Integer, class _CharT> 180 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __false_type& /*_IsSigned*/) { 192 const _CharT __c = *__first [all...] |
_num_put.c | 34 // to a buffer of char, transform the buffer to _CharT, and then copy 40 template <class _CharT, class _OutputIter> 42 __copy_float_and_fill(const _CharT* __first, const _CharT* __last, 45 streamsize __width, _CharT __fill, 46 _CharT __xplus, _CharT __xminus) { 113 template <class _CharT, class _OutputIter, class _Float> 116 _CharT __fill, _Float __x) { 121 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()) [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/6/sources/cxx-stl/stlport/stlport/stl/ |
_fstream.c | 37 # define __BF_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_type 38 # define __BF_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::pos_type 39 # define __BF_off_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::off_type 46 template <class _CharT, class _Traits> 47 basic_filebuf<_CharT, _Traits>::basic_filebuf() 48 : basic_streambuf<_CharT, _Traits>(), _M_base(), 66 template <class _CharT, class _Traits> 67 basic_filebuf<_CharT, _Traits>::~basic_filebuf() { 73 template <class _CharT, class _Traits> 74 _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_typ [all...] |
_monetary.c | 39 template <class _CharT, class _InputIterator> 40 locale::id money_get<_CharT, _InputIterator>::id; 42 template <class _CharT, class _OutputIterator> 43 locale::id money_put<_CharT, _OutputIterator>::id; 60 template <class _InIt, class _OuIt, class _CharT> 63 const ctype<_CharT>& _c_type, 64 _CharT __point, int __frac_digits, _CharT __sep, 101 *__out_ite++ = _CharT('0'); 121 template <class _CharT, class _InputIter, class _StrType [all...] |
_num_get.c | 54 template <class _InputIter, class _CharT> 57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) { 58 _CharT __atoms[5]; 62 _CharT __c = *__in_ite; 116 template <class _InputIter, class _Integer, class _CharT> 120 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __true_type& /*_IsSigned*/) { 132 const _CharT __c = *__first; 176 template <class _InputIter, class _Integer, class _CharT> 180 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __false_type& /*_IsSigned*/) { 192 const _CharT __c = *__first [all...] |
_num_put.c | 34 // to a buffer of char, transform the buffer to _CharT, and then copy 40 template <class _CharT, class _OutputIter> 42 __copy_float_and_fill(const _CharT* __first, const _CharT* __last, 45 streamsize __width, _CharT __fill, 46 _CharT __xplus, _CharT __xminus) { 113 template <class _CharT, class _OutputIter, class _Float> 116 _CharT __fill, _Float __x) { 121 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()) [all...] |