/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.tcc | 171 basic_string(const basic_string& __str) 172 : _M_dataplus(__str._M_rep()->_M_grab(_Alloc(__str.get_allocator()), 173 __str.get_allocator()), 174 __str.get_allocator()) 185 basic_string(const basic_string& __str, size_type __pos, size_type __n) 186 : _M_dataplus(_S_construct(__str._M_data() 187 + __str._M_check(__pos, 189 __str._M_data() + __str._M_limit(__pos, __n [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.tcc | 171 basic_string(const basic_string& __str) 172 : _M_dataplus(__str._M_rep()->_M_grab(_Alloc(__str.get_allocator()), 173 __str.get_allocator()), 174 __str.get_allocator()) 185 basic_string(const basic_string& __str, size_type __pos, size_type __n) 186 : _M_dataplus(_S_construct(__str._M_data() 187 + __str._M_check(__pos, 189 __str._M_data() + __str._M_limit(__pos, __n [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
basic_string.tcc | 171 basic_string(const basic_string& __str) 172 : _M_dataplus(__str._M_rep()->_M_grab(_Alloc(__str.get_allocator()), 173 __str.get_allocator()), 174 __str.get_allocator()) 185 basic_string(const basic_string& __str, size_type __pos, size_type __n) 186 : _M_dataplus(_S_construct(__str._M_data() 187 + __str._M_check(__pos, 189 __str._M_data() + __str._M_limit(__pos, __n [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
basic_string.tcc | 172 basic_string(const basic_string& __str) 173 : _M_dataplus(__str._M_rep()->_M_grab(_Alloc(__str.get_allocator()), 174 __str.get_allocator()), 175 __str.get_allocator()) 186 basic_string(const basic_string& __str, size_type __pos, size_type __n) 187 : _M_dataplus(_S_construct(__str._M_data() 188 + __str._M_check(__pos, 190 __str._M_data() + __str._M_limit(__pos, __n [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_string.tcc | 172 basic_string(const basic_string& __str) 173 : _M_dataplus(__str._M_rep()->_M_grab(_Alloc(__str.get_allocator()), 174 __str.get_allocator()), 175 __str.get_allocator()) 186 basic_string(const basic_string& __str, size_type __pos, size_type __n) 187 : _M_dataplus(_S_construct(__str._M_data() 188 + __str._M_check(__pos, 190 __str._M_data() + __str._M_limit(__pos, __n [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
basic_string.tcc | 172 basic_string(const basic_string& __str) 173 : _M_dataplus(__str._M_rep()->_M_grab(_Alloc(__str.get_allocator()), 174 __str.get_allocator()), 175 __str.get_allocator()) 186 basic_string(const basic_string& __str, size_type __pos, size_type __n) 187 : _M_dataplus(_S_construct(__str._M_data() 188 + __str._M_check(__pos, 190 __str._M_data() + __str._M_limit(__pos, __n [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_string.tcc | 172 basic_string(const basic_string& __str) 173 : _M_dataplus(__str._M_rep()->_M_grab(_Alloc(__str.get_allocator()), 174 __str.get_allocator()), 175 __str.get_allocator()) 186 basic_string(const basic_string& __str, size_type __pos, size_type __n) 187 : _M_dataplus(_S_construct(__str._M_data() 188 + __str._M_check(__pos, 190 __str._M_data() + __str._M_limit(__pos, __n [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
basic_string.tcc | 170 basic_string(const basic_string& __str) 171 : _M_dataplus(__str._M_rep()->_M_grab(_Alloc(__str.get_allocator()), 172 __str.get_allocator()), 173 __str.get_allocator()) 184 basic_string(const basic_string& __str, size_type __pos, size_type __n) 185 : _M_dataplus(_S_construct(__str._M_data() 186 + __str._M_check(__pos, 188 __str._M_data() + __str._M_limit(__pos, __n [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
basic_string.tcc | 170 basic_string(const basic_string& __str) 171 : _M_dataplus(__str._M_rep()->_M_grab(_Alloc(__str.get_allocator()), 172 __str.get_allocator()), 173 __str.get_allocator()) 184 basic_string(const basic_string& __str, size_type __pos, size_type __n) 185 : _M_dataplus(_S_construct(__str._M_data() 186 + __str._M_check(__pos, 188 __str._M_data() + __str._M_limit(__pos, __n [all...] |
basic_string.h | 458 * @param __str Source string. 460 basic_string(const basic_string& __str); 463 * @param __str Source string. 467 basic_string(const basic_string& __str, size_type __pos, 471 * @param __str Source string. 476 basic_string(const basic_string& __str, size_type __pos, 507 * @param __str Source string. 509 * The newly-created string contains the exact contents of @a __str. 510 * @a __str is a valid, but unspecified string. 512 basic_string(basic_string&& __str) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
iomanip | 354 _Quoted_string(_String __str, _CharT __del, _CharT __esc) 355 : _M_string(__str), _M_delim{__del}, _M_escape{__esc} 373 const _Quoted_string<const _CharT*, _CharT>& __str) 375 __os << __str._M_delim; 376 for (const _CharT* __c = __str._M_string; *__c; ++__c) 378 if (*__c == __str._M_delim || *__c == __str._M_escape) 379 __os << __str._M_escape; 382 __os << __str._M_delim; 394 const _Quoted_string<_String, _CharT>& __str) [all...] |
/external/clang/test/CodeGenCXX/ |
crash.cpp | 22 string &operator+=(const string &__str);
|
/external/stlport/stlport/stl/ |
_stdexcept_base.c | 19 __Named_exception::__Named_exception(const string& __str) { 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; 35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1); 38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 19 __Named_exception::__Named_exception(const string& __str) { 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; 35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1); 38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
string_conversions.h | 45 const char* __name, const _CharT* __str, std::size_t* __idx, 52 const _TRet __tmp = __convf(__str, &__endptr, __base...); 54 if (__endptr == __str) 65 *__idx = __endptr - __str;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 19 __Named_exception::__Named_exception(const string& __str) { 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; 35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1); 38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
string_conversions.h | 45 const char* __name, const _CharT* __str, std::size_t* __idx, 52 const _TRet __tmp = __convf(__str, &__endptr, __base...); 54 if (__endptr == __str) 65 *__idx = __endptr - __str;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 19 __Named_exception::__Named_exception(const string& __str) { 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; 35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1); 38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
string_conversions.h | 45 const char* __name, const _CharT* __str, std::size_t* __idx, 52 const _TRet __tmp = __convf(__str, &__endptr, __base...); 54 if (__endptr == __str) 65 *__idx = __endptr - __str;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 19 __Named_exception::__Named_exception(const string& __str) { 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; 35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1); 38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
string_conversions.h | 45 const char* __name, const _CharT* __str, std::size_t* __idx, 52 const _TRet __tmp = __convf(__str, &__endptr, __base...); 54 if (__endptr == __str) 65 *__idx = __endptr - __str;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 19 __Named_exception::__Named_exception(const string& __str) { 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; 35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1); 38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_stdexcept_base.c | 19 __Named_exception::__Named_exception(const string& __str) { 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; 35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1); 38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
basic_string.h | 453 * @param __str Source string. 455 basic_string(const basic_string& __str); 458 * @param __str Source string. 462 basic_string(const basic_string& __str, size_type __pos, 466 * @param __str Source string. 471 basic_string(const basic_string& __str, size_type __pos, 502 * @param __str Source string. 504 * The newly-created string contains the exact contents of @a __str. 505 * @a __str is a valid, but unspecified string. 507 basic_string(basic_string&& __str) noexcep [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
basic_string.h | 453 * @param __str Source string. 455 basic_string(const basic_string& __str); 458 * @param __str Source string. 462 basic_string(const basic_string& __str, size_type __pos, 466 * @param __str Source string. 471 basic_string(const basic_string& __str, size_type __pos, 502 * @param __str Source string. 504 * The newly-created string contains the exact contents of @a __str. 505 * @a __str is a valid, but unspecified string. 507 basic_string(basic_string&& __str) noexcep [all...] |