/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
stdio_filebuf.h | 49 template<typename _CharT, typename _Traits = std::char_traits<_CharT> > 50 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits> 54 typedef _CharT char_type; 65 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {} 122 template<typename _CharT, typename _Traits> 123 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf() 126 template<typename _CharT, typename _Traits> 127 stdio_filebuf<_CharT, _Traits>:: 142 template<typename _CharT, typename _Traits [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
basic_string.h | 106 template<typename _CharT, typename _Traits, typename _Alloc> 109 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type; 134 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT). 162 // with a terminating character and m _CharT elements, it'd 164 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT) 169 static const _CharT _S_terminal; 216 _CharT* 218 { return reinterpret_cast<_CharT*>(this + 1); } 220 _CharT* [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.h | 106 template<typename _CharT, typename _Traits, typename _Alloc> 109 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type; 134 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT). 162 // with a terminating character and m _CharT elements, it'd 164 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT) 169 static const _CharT _S_terminal; 216 _CharT* 218 { return reinterpret_cast<_CharT*>(this + 1); } 220 _CharT* [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
basic_string.h | 106 template<typename _CharT, typename _Traits, typename _Alloc> 109 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type; 134 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT). 162 // with a terminating character and m _CharT elements, it'd 164 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT) 169 static const _CharT _S_terminal; 216 _CharT* 218 { return reinterpret_cast<_CharT*>(this + 1); } 220 _CharT* [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_string.h | 108 template<typename _CharT, typename _Traits, typename _Alloc> 111 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type; 136 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT). 164 // with a terminating character and m _CharT elements, it'd 166 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT) 171 static const _CharT _S_terminal; 218 _CharT* 220 { return reinterpret_cast<_CharT*>(this + 1); } 222 _CharT* [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
basic_string.h | 106 template<typename _CharT, typename _Traits, typename _Alloc> 109 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type; 134 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT). 162 // with a terminating character and m _CharT elements, it'd 164 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT) 169 static const _CharT _S_terminal; 216 _CharT* 218 { return reinterpret_cast<_CharT*>(this + 1); } 220 _CharT* [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_string.h | 108 template<typename _CharT, typename _Traits, typename _Alloc> 111 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type; 136 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT). 164 // with a terminating character and m _CharT elements, it'd 166 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT) 171 static const _CharT _S_terminal; 218 _CharT* 220 { return reinterpret_cast<_CharT*>(this + 1); } 222 _CharT* [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
basic_string.h | 56 * @tparam _CharT Type of character 58 * char_traits<_CharT>. 59 * @tparam _Alloc Allocator type, defaults to allocator<_CharT>. 111 template<typename _CharT, typename _Traits, typename _Alloc> 114 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type; 139 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT). 167 // with a terminating character and m _CharT elements, it'd 169 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT) 174 static const _CharT _S_terminal [all...] |
/external/stlport/stlport/stl/ |
_string.c | 48 # define iterator _CharT* 50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type 60 typedef typename _Traits::char_type _CharT; 61 const _CharT* _M_first; 62 const _CharT* _M_last; 64 _Not_within_traits(const _CharT* __f, const _CharT* __l) 67 bool operator()(const _CharT& __x) const { 73 template <class _InputIter, class _CharT, class _Traits> 75 const _CharT* __first2, const _CharT* __last2 [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string.c | 48 # define iterator _CharT* 50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type 60 typedef typename _Traits::char_type _CharT; 61 const _CharT* _M_first; 62 const _CharT* _M_last; 64 _Not_within_traits(const _CharT* __f, const _CharT* __l) 67 bool operator()(const _CharT& __x) const { 73 template <class _InputIter, class _CharT, class _Traits> 75 const _CharT* __first2, const _CharT* __last2 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
time_members.h | 40 template<typename _CharT> 41 __timepunct<_CharT>::__timepunct(size_t __refs) 48 template<typename _CharT> 49 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) 56 template<typename _CharT> 57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 81 template<typename _CharT> 82 __timepunct<_CharT>::~__timepunct()
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/ |
time_members.h | 43 template<typename _CharT> 44 __timepunct<_CharT>::__timepunct(size_t __refs) 49 template<typename _CharT> 50 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) 55 template<typename _CharT> 56 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 81 template<typename _CharT> 82 __timepunct<_CharT>::~__timepunct()
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/ |
time_members.h | 43 template<typename _CharT> 44 __timepunct<_CharT>::__timepunct(size_t __refs) 49 template<typename _CharT> 50 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) 55 template<typename _CharT> 56 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 81 template<typename _CharT> 82 __timepunct<_CharT>::~__timepunct()
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
time_members.h | 40 template<typename _CharT> 41 __timepunct<_CharT>::__timepunct(size_t __refs) 48 template<typename _CharT> 49 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) 56 template<typename _CharT> 57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 81 template<typename _CharT> 82 __timepunct<_CharT>::~__timepunct()
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
time_members.h | 40 template<typename _CharT> 41 __timepunct<_CharT>::__timepunct(size_t __refs) 48 template<typename _CharT> 49 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) 56 template<typename _CharT> 57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 81 template<typename _CharT> 82 __timepunct<_CharT>::~__timepunct()
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_string.c | 48 # define iterator _CharT* 50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type 60 typedef typename _Traits::char_type _CharT; 61 const _CharT* _M_first; 62 const _CharT* _M_last; 64 _Not_within_traits(const _CharT* __f, const _CharT* __l) 67 bool operator()(const _CharT& __x) const { 73 template <class _InputIter, class _CharT, class _Traits> 75 const _CharT* __first2, const _CharT* __last2 [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
time_members.h | 40 template<typename _CharT> 41 __timepunct<_CharT>::__timepunct(size_t __refs) 48 template<typename _CharT> 49 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) 56 template<typename _CharT> 57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 81 template<typename _CharT> 82 __timepunct<_CharT>::~__timepunct()
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
time_members.h | 40 template<typename _CharT> 41 __timepunct<_CharT>::__timepunct(size_t __refs) 48 template<typename _CharT> 49 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) 56 template<typename _CharT> 57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 81 template<typename _CharT> 82 __timepunct<_CharT>::~__timepunct()
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
time_members.h | 40 template<typename _CharT> 41 __timepunct<_CharT>::__timepunct(size_t __refs) 48 template<typename _CharT> 49 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) 56 template<typename _CharT> 57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 81 template<typename _CharT> 82 __timepunct<_CharT>::~__timepunct()
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_string.c | 48 # define iterator _CharT* 50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type 60 typedef typename _Traits::char_type _CharT; 61 const _CharT* _M_first; 62 const _CharT* _M_last; 64 _Not_within_traits(const _CharT* __f, const _CharT* __l) 67 bool operator()(const _CharT& __x) const { 73 template <class _InputIter, class _CharT, class _Traits> 75 const _CharT* __first2, const _CharT* __last2 [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
time_members.h | 40 template<typename _CharT> 41 __timepunct<_CharT>::__timepunct(size_t __refs) 48 template<typename _CharT> 49 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) 56 template<typename _CharT> 57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 81 template<typename _CharT> 82 __timepunct<_CharT>::~__timepunct()
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
time_members.h | 40 template<typename _CharT> 41 __timepunct<_CharT>::__timepunct(size_t __refs) 48 template<typename _CharT> 49 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) 56 template<typename _CharT> 57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 81 template<typename _CharT> 82 __timepunct<_CharT>::~__timepunct()
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
time_members.h | 40 template<typename _CharT> 41 __timepunct<_CharT>::__timepunct(size_t __refs) 48 template<typename _CharT> 49 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) 56 template<typename _CharT> 57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 81 template<typename _CharT> 82 __timepunct<_CharT>::~__timepunct()
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_string.c | 48 # define iterator _CharT* 50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type 60 typedef typename _Traits::char_type _CharT; 61 const _CharT* _M_first; 62 const _CharT* _M_last; 64 _Not_within_traits(const _CharT* __f, const _CharT* __l) 67 bool operator()(const _CharT& __x) const { 73 template <class _InputIter, class _CharT, class _Traits> 75 const _CharT* __first2, const _CharT* __last2 [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/ |
time_members.h | 40 template<typename _CharT> 41 __timepunct<_CharT>::__timepunct(size_t __refs) 48 template<typename _CharT> 49 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) 56 template<typename _CharT> 57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 81 template<typename _CharT> 82 __timepunct<_CharT>::~__timepunct()
|