/external/stlport/stlport/stl/ |
_string_workaround.h | 55 basic_string(const _Self& __s) 56 : _STLP_NO_MEM_T_STRING_BASE(__s) {} 58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {} 62 basic_string(const _CharT* __s, size_type __n, 64 : _STLP_NO_MEM_T_STRING_BASE(__s, __n, __a) {} 66 basic_string(const _CharT* __s, 68 : _STLP_NO_MEM_T_STRING_BASE(__s, __a) {} 97 _Self& operator=(const _Self& __s) { 98 _Base::operator=(__s); [all...] |
_stdexcept.h | 34 logic_error(const string& __s) : __Named_exception(__s) {} 42 runtime_error(const string& __s) : __Named_exception(__s) {}
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string_workaround.h | 55 basic_string(const _Self& __s) 56 : _STLP_NO_MEM_T_STRING_BASE(__s) {} 58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {} 62 basic_string(const _CharT* __s, size_type __n, 64 : _STLP_NO_MEM_T_STRING_BASE(__s, __n, __a) {} 66 basic_string(const _CharT* __s, 68 : _STLP_NO_MEM_T_STRING_BASE(__s, __a) {} 97 _Self& operator=(const _Self& __s) { 98 _Base::operator=(__s); [all...] |
_stdexcept.h | 34 logic_error(const string& __s) : __Named_exception(__s) {} 42 runtime_error(const string& __s) : __Named_exception(__s) {}
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_string_workaround.h | 55 basic_string(const _Self& __s) 56 : _STLP_NO_MEM_T_STRING_BASE(__s) {} 58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {} 62 basic_string(const _CharT* __s, size_type __n, 64 : _STLP_NO_MEM_T_STRING_BASE(__s, __n, __a) {} 66 basic_string(const _CharT* __s, 68 : _STLP_NO_MEM_T_STRING_BASE(__s, __a) {} 97 _Self& operator=(const _Self& __s) { 98 _Base::operator=(__s); [all...] |
_stdexcept.h | 35 logic_error(const string& __s) : __Named_exception(__s) {} 43 runtime_error(const string& __s) : __Named_exception(__s) {}
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_string_workaround.h | 55 basic_string(const _Self& __s) 56 : _STLP_NO_MEM_T_STRING_BASE(__s) {} 58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {} 62 basic_string(const _CharT* __s, size_type __n, 64 : _STLP_NO_MEM_T_STRING_BASE(__s, __n, __a) {} 66 basic_string(const _CharT* __s, 68 : _STLP_NO_MEM_T_STRING_BASE(__s, __a) {} 97 _Self& operator=(const _Self& __s) { 98 _Base::operator=(__s); [all...] |
_stdexcept.h | 35 logic_error(const string& __s) : __Named_exception(__s) {} 43 runtime_error(const string& __s) : __Named_exception(__s) {}
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_string_workaround.h | 55 basic_string(const _Self& __s) 56 : _STLP_NO_MEM_T_STRING_BASE(__s) {} 58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {} 62 basic_string(const _CharT* __s, size_type __n, 64 : _STLP_NO_MEM_T_STRING_BASE(__s, __n, __a) {} 66 basic_string(const _CharT* __s, 68 : _STLP_NO_MEM_T_STRING_BASE(__s, __a) {} 97 _Self& operator=(const _Self& __s) { 98 _Base::operator=(__s); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_string_workaround.h | 55 basic_string(const _Self& __s) 56 : _STLP_NO_MEM_T_STRING_BASE(__s) {} 58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {} 62 basic_string(const _CharT* __s, size_type __n, 64 : _STLP_NO_MEM_T_STRING_BASE(__s, __n, __a) {} 66 basic_string(const _CharT* __s, 68 : _STLP_NO_MEM_T_STRING_BASE(__s, __a) {} 97 _Self& operator=(const _Self& __s) { 98 _Base::operator=(__s); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_string_workaround.h | 55 basic_string(const _Self& __s) 56 : _STLP_NO_MEM_T_STRING_BASE(__s) {} 58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {} 62 basic_string(const _CharT* __s, size_type __n, 64 : _STLP_NO_MEM_T_STRING_BASE(__s, __n, __a) {} 66 basic_string(const _CharT* __s, 68 : _STLP_NO_MEM_T_STRING_BASE(__s, __a) {} 97 _Self& operator=(const _Self& __s) { 98 _Base::operator=(__s); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
string_conversions.h | 79 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local 85 const int __len = __convf(__s, __n, __fmt, __args); 89 return _String(__s, __s + __len);
|
/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 | 57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 61 if (__builtin_strcmp(__s, _S_get_c_name()) != 0) 63 const size_t __len = __builtin_strlen(__s) + 1; 65 __builtin_memcpy(__tmp, __s, __len);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
string_conversions.h | 85 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local 91 const int __len = __convf(__s, __n, __fmt, __args); 95 return _String(__s, __s + __len);
|
/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 | 56 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 61 if (__builtin_strcmp(__s, _S_get_c_name()) != 0) 63 const size_t __len = __builtin_strlen(__s) + 1; 65 __builtin_memcpy(__tmp, __s, __len);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
string_conversions.h | 85 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local 91 const int __len = __convf(__s, __n, __fmt, __args); 95 return _String(__s, __s + __len);
|
/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 | 56 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 61 if (__builtin_strcmp(__s, _S_get_c_name()) != 0) 63 const size_t __len = __builtin_strlen(__s) + 1; 65 __builtin_memcpy(__tmp, __s, __len);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
string_conversions.h | 79 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local 85 const int __len = __convf(__s, __n, __fmt, __args); 89 return _String(__s, __s + __len);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
time_members.h | 57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 61 if (__builtin_strcmp(__s, _S_get_c_name()) != 0) 63 const size_t __len = __builtin_strlen(__s) + 1; 65 __builtin_memcpy(__tmp, __s, __len);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
time_members.h | 57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 61 if (__builtin_strcmp(__s, _S_get_c_name()) != 0) 63 const size_t __len = __builtin_strlen(__s) + 1; 65 __builtin_memcpy(__tmp, __s, __len);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
string_conversions.h | 79 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local 85 const int __len = __convf(__s, __n, __fmt, __args); 89 return _String(__s, __s + __len);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
time_members.h | 57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 61 if (__builtin_strcmp(__s, _S_get_c_name()) != 0) 63 const size_t __len = __builtin_strlen(__s) + 1; 65 __builtin_memcpy(__tmp, __s, __len);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
time_members.h | 57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 61 if (__builtin_strcmp(__s, _S_get_c_name()) != 0) 63 const size_t __len = __builtin_strlen(__s) + 1; 65 __builtin_memcpy(__tmp, __s, __len);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
time_members.h | 57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 61 if (__builtin_strcmp(__s, _S_get_c_name()) != 0) 63 const size_t __len = __builtin_strlen(__s) + 1; 65 __builtin_memcpy(__tmp, __s, __len);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
string_conversions.h | 79 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local 85 const int __len = __convf(__s, __n, __fmt, __args); 89 return _String(__s, __s + __len);
|