/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_string.h | 120 template <class _CharT, class _Traits, class _Alloc> 123 , public __stlport_class<basic_string<_CharT, _Traits, _Alloc> > 128 typedef basic_string<_CharT, _Traits, _Alloc> _Self; 132 typedef _Traits traits_type; 423 _Traits::assign(*(this->_M_Start()), _M_null()); 482 _Traits::assign(*this->_M_finish, *__first++); 538 _Traits::assign(*(this->_M_Finish()), __c); 543 _Traits::assign(*(this->_M_Finish() - 1), _M_null()); 563 { _STLP_FIX_LITERAL_BUG(__s) return _M_assign(__s, __s + _Traits::length(__s)); } 580 _Traits::assign(*__cur, *__f) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_string.h | 120 template <class _CharT, class _Traits, class _Alloc> 123 , public __stlport_class<basic_string<_CharT, _Traits, _Alloc> > 128 typedef basic_string<_CharT, _Traits, _Alloc> _Self; 132 typedef _Traits traits_type; 423 _Traits::assign(*(this->_M_Start()), _M_null()); 482 _Traits::assign(*this->_M_finish, *__first++); 538 _Traits::assign(*(this->_M_Finish()), __c); 543 _Traits::assign(*(this->_M_Finish() - 1), _M_null()); 563 { _STLP_FIX_LITERAL_BUG(__s) return _M_assign(__s, __s + _Traits::length(__s)); } 580 _Traits::assign(*__cur, *__f) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_string.h | 120 template <class _CharT, class _Traits, class _Alloc> 123 , public __stlport_class<basic_string<_CharT, _Traits, _Alloc> > 128 typedef basic_string<_CharT, _Traits, _Alloc> _Self; 132 typedef _Traits traits_type; 423 _Traits::assign(*(this->_M_Start()), _M_null()); 482 _Traits::assign(*this->_M_finish, *__first++); 538 _Traits::assign(*(this->_M_Finish()), __c); 543 _Traits::assign(*(this->_M_Finish() - 1), _M_null()); 563 { _STLP_FIX_LITERAL_BUG(__s) return _M_assign(__s, __s + _Traits::length(__s)); } 580 _Traits::assign(*__cur, *__f) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
basic_ios.h | 61 template<typename _CharT, typename _Traits> 72 typedef typename _Traits::int_type int_type; 73 typedef typename _Traits::pos_type pos_type; 74 typedef typename _Traits::off_type off_type; 75 typedef _Traits traits_type; 83 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> > 85 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> > 91 basic_ostream<_CharT, _Traits>* _M_tie; 94 basic_streambuf<_CharT, _Traits>* _M_streambuf; 260 basic_ios(basic_streambuf<_CharT, _Traits>* __sb [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
basic_ios.h | 63 template<typename _CharT, typename _Traits> 74 typedef typename _Traits::int_type int_type; 75 typedef typename _Traits::pos_type pos_type; 76 typedef typename _Traits::off_type off_type; 77 typedef _Traits traits_type; 85 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> > 87 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> > 93 basic_ostream<_CharT, _Traits>* _M_tie; 96 basic_streambuf<_CharT, _Traits>* _M_streambuf; 262 basic_ios(basic_streambuf<_CharT, _Traits>* __sb [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
basic_ios.h | 63 template<typename _CharT, typename _Traits> 74 typedef typename _Traits::int_type int_type; 75 typedef typename _Traits::pos_type pos_type; 76 typedef typename _Traits::off_type off_type; 77 typedef _Traits traits_type; 85 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> > 87 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> > 93 basic_ostream<_CharT, _Traits>* _M_tie; 96 basic_streambuf<_CharT, _Traits>* _M_streambuf; 262 basic_ios(basic_streambuf<_CharT, _Traits>* __sb [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_ios.h | 61 template<typename _CharT, typename _Traits> 72 typedef typename _Traits::int_type int_type; 73 typedef typename _Traits::pos_type pos_type; 74 typedef typename _Traits::off_type off_type; 75 typedef _Traits traits_type; 83 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> > 85 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> > 91 basic_ostream<_CharT, _Traits>* _M_tie; 94 basic_streambuf<_CharT, _Traits>* _M_streambuf; 260 basic_ios(basic_streambuf<_CharT, _Traits>* __sb [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_ios.h | 61 template<typename _CharT, typename _Traits> 72 typedef typename _Traits::int_type int_type; 73 typedef typename _Traits::pos_type pos_type; 74 typedef typename _Traits::off_type off_type; 75 typedef _Traits traits_type; 83 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> > 85 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> > 91 basic_ostream<_CharT, _Traits>* _M_tie; 94 basic_streambuf<_CharT, _Traits>* _M_streambuf; 260 basic_ios(basic_streambuf<_CharT, _Traits>* __sb [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_ios.h | 61 template<typename _CharT, typename _Traits> 72 typedef typename _Traits::int_type int_type; 73 typedef typename _Traits::pos_type pos_type; 74 typedef typename _Traits::off_type off_type; 75 typedef _Traits traits_type; 83 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> > 85 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> > 91 basic_ostream<_CharT, _Traits>* _M_tie; 94 basic_streambuf<_CharT, _Traits>* _M_streambuf; 260 basic_ios(basic_streambuf<_CharT, _Traits>* __sb [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
basic_ios.h | 61 template<typename _CharT, typename _Traits> 72 typedef typename _Traits::int_type int_type; 73 typedef typename _Traits::pos_type pos_type; 74 typedef typename _Traits::off_type off_type; 75 typedef _Traits traits_type; 83 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> > 85 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> > 91 basic_ostream<_CharT, _Traits>* _M_tie; 94 basic_streambuf<_CharT, _Traits>* _M_streambuf; 260 basic_ios(basic_streambuf<_CharT, _Traits>* __sb [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
basic_ios.h | 63 template<typename _CharT, typename _Traits> 74 typedef typename _Traits::int_type int_type; 75 typedef typename _Traits::pos_type pos_type; 76 typedef typename _Traits::off_type off_type; 77 typedef _Traits traits_type; 85 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> > 87 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> > 93 basic_ostream<_CharT, _Traits>* _M_tie; 96 basic_streambuf<_CharT, _Traits>* _M_streambuf; 262 basic_ios(basic_streambuf<_CharT, _Traits>* __sb [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_ios.h | 63 template<typename _CharT, typename _Traits> 74 typedef typename _Traits::int_type int_type; 75 typedef typename _Traits::pos_type pos_type; 76 typedef typename _Traits::off_type off_type; 77 typedef _Traits traits_type; 85 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> > 87 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> > 93 basic_ostream<_CharT, _Traits>* _M_tie; 96 basic_streambuf<_CharT, _Traits>* _M_streambuf; 262 basic_ios(basic_streambuf<_CharT, _Traits>* __sb [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
basic_ios.h | 63 template<typename _CharT, typename _Traits> 74 typedef typename _Traits::int_type int_type; 75 typedef typename _Traits::pos_type pos_type; 76 typedef typename _Traits::off_type off_type; 77 typedef _Traits traits_type; 85 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> > 87 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> > 93 basic_ostream<_CharT, _Traits>* _M_tie; 96 basic_streambuf<_CharT, _Traits>* _M_streambuf; 262 basic_ios(basic_streambuf<_CharT, _Traits>* __sb [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_ios.h | 63 template<typename _CharT, typename _Traits> 74 typedef typename _Traits::int_type int_type; 75 typedef typename _Traits::pos_type pos_type; 76 typedef typename _Traits::off_type off_type; 77 typedef _Traits traits_type; 85 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> > 87 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> > 93 basic_ostream<_CharT, _Traits>* _M_tie; 96 basic_streambuf<_CharT, _Traits>* _M_streambuf; 262 basic_ios(basic_streambuf<_CharT, _Traits>* __sb [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
vstring_util.h | 48 template<typename _CharT, typename _Traits, typename _Alloc> 53 typedef _Traits traits_type; 54 typedef typename _Traits::char_type value_type; 63 __versa_string<_CharT, _Traits, _Alloc, 68 __versa_string<_CharT, _Traits, _Alloc, 75 __versa_string<_CharT, _Traits, _Alloc, 80 __versa_string<_CharT, _Traits, _Alloc,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
vstring_util.h | 51 template<typename _CharT, typename _Traits, typename _Alloc> 56 typedef _Traits traits_type; 57 typedef typename _Traits::char_type value_type; 66 __versa_string<_CharT, _Traits, _Alloc, 71 __versa_string<_CharT, _Traits, _Alloc, 78 __versa_string<_CharT, _Traits, _Alloc, 83 __versa_string<_CharT, _Traits, _Alloc,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
vstring_util.h | 51 template<typename _CharT, typename _Traits, typename _Alloc> 56 typedef _Traits traits_type; 57 typedef typename _Traits::char_type value_type; 66 __versa_string<_CharT, _Traits, _Alloc, 71 __versa_string<_CharT, _Traits, _Alloc, 78 __versa_string<_CharT, _Traits, _Alloc, 83 __versa_string<_CharT, _Traits, _Alloc,
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring_util.h | 48 template<typename _CharT, typename _Traits, typename _Alloc> 53 typedef _Traits traits_type; 54 typedef typename _Traits::char_type value_type; 63 __versa_string<_CharT, _Traits, _Alloc, 68 __versa_string<_CharT, _Traits, _Alloc, 75 __versa_string<_CharT, _Traits, _Alloc, 80 __versa_string<_CharT, _Traits, _Alloc,
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring_util.h | 48 template<typename _CharT, typename _Traits, typename _Alloc> 53 typedef _Traits traits_type; 54 typedef typename _Traits::char_type value_type; 63 __versa_string<_CharT, _Traits, _Alloc, 68 __versa_string<_CharT, _Traits, _Alloc, 75 __versa_string<_CharT, _Traits, _Alloc, 80 __versa_string<_CharT, _Traits, _Alloc,
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring_util.h | 48 template<typename _CharT, typename _Traits, typename _Alloc> 53 typedef _Traits traits_type; 54 typedef typename _Traits::char_type value_type; 63 __versa_string<_CharT, _Traits, _Alloc, 68 __versa_string<_CharT, _Traits, _Alloc, 75 __versa_string<_CharT, _Traits, _Alloc, 80 __versa_string<_CharT, _Traits, _Alloc,
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
vstring_util.h | 48 template<typename _CharT, typename _Traits, typename _Alloc> 53 typedef _Traits traits_type; 54 typedef typename _Traits::char_type value_type; 63 __versa_string<_CharT, _Traits, _Alloc, 68 __versa_string<_CharT, _Traits, _Alloc, 75 __versa_string<_CharT, _Traits, _Alloc, 80 __versa_string<_CharT, _Traits, _Alloc,
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
vstring_util.h | 51 template<typename _CharT, typename _Traits, typename _Alloc> 56 typedef _Traits traits_type; 57 typedef typename _Traits::char_type value_type; 66 __versa_string<_CharT, _Traits, _Alloc, 71 __versa_string<_CharT, _Traits, _Alloc, 78 __versa_string<_CharT, _Traits, _Alloc, 83 __versa_string<_CharT, _Traits, _Alloc,
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
vstring_util.h | 51 template<typename _CharT, typename _Traits, typename _Alloc> 56 typedef _Traits traits_type; 57 typedef typename _Traits::char_type value_type; 66 __versa_string<_CharT, _Traits, _Alloc, 71 __versa_string<_CharT, _Traits, _Alloc, 78 __versa_string<_CharT, _Traits, _Alloc, 83 __versa_string<_CharT, _Traits, _Alloc,
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
vstring_util.h | 51 template<typename _CharT, typename _Traits, typename _Alloc> 56 typedef _Traits traits_type; 57 typedef typename _Traits::char_type value_type; 66 __versa_string<_CharT, _Traits, _Alloc, 71 __versa_string<_CharT, _Traits, _Alloc, 78 __versa_string<_CharT, _Traits, _Alloc, 83 __versa_string<_CharT, _Traits, _Alloc,
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
vstring_util.h | 51 template<typename _CharT, typename _Traits, typename _Alloc> 56 typedef _Traits traits_type; 57 typedef typename _Traits::char_type value_type; 66 __versa_string<_CharT, _Traits, _Alloc, 71 __versa_string<_CharT, _Traits, _Alloc, 78 __versa_string<_CharT, _Traits, _Alloc, 83 __versa_string<_CharT, _Traits, _Alloc,
|