Lines Matching refs:basic_string

109     class basic_string  in _GLIBCXX_VISIBILITY()
124 typedef __gnu_cxx::__normal_iterator<pointer, basic_string> iterator; in _GLIBCXX_VISIBILITY()
125 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string> in _GLIBCXX_VISIBILITY()
434 basic_string() in _GLIBCXX_VISIBILITY()
445 basic_string(const _Alloc& __a); in _GLIBCXX_VISIBILITY()
452 basic_string(const basic_string& __str); in _GLIBCXX_VISIBILITY()
459 basic_string(const basic_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY()
468 basic_string(const basic_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY()
480 basic_string(const _CharT* __s, size_type __n, in _GLIBCXX_VISIBILITY()
487 basic_string(const _CharT* __s, const _Alloc& __a = _Alloc()); in _GLIBCXX_VISIBILITY()
494 basic_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc()); in _GLIBCXX_VISIBILITY()
504 basic_string(basic_string&& __str) noexcept in _GLIBCXX_VISIBILITY()
519 basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc()); in _GLIBCXX_VISIBILITY()
529 basic_string(_InputIterator __beg, _InputIterator __end, in _GLIBCXX_VISIBILITY()
535 ~basic_string() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
542 basic_string& in _GLIBCXX_VISIBILITY()
543 operator=(const basic_string& __str) in _GLIBCXX_VISIBILITY()
550 basic_string& in _GLIBCXX_VISIBILITY()
561 basic_string& in _GLIBCXX_VISIBILITY()
576 basic_string& in _GLIBCXX_VISIBILITY()
577 operator=(basic_string&& __str) in _GLIBCXX_VISIBILITY()
588 basic_string& in _GLIBCXX_VISIBILITY()
928 basic_string& in _GLIBCXX_VISIBILITY()
929 operator+=(const basic_string& __str) in _GLIBCXX_VISIBILITY()
937 basic_string& in _GLIBCXX_VISIBILITY()
946 basic_string& in _GLIBCXX_VISIBILITY()
959 basic_string& in _GLIBCXX_VISIBILITY()
969 basic_string& in _GLIBCXX_VISIBILITY()
970 append(const basic_string& __str); in _GLIBCXX_VISIBILITY()
985 basic_string& in _GLIBCXX_VISIBILITY()
986 append(const basic_string& __str, size_type __pos, size_type __n); in _GLIBCXX_VISIBILITY()
994 basic_string& in _GLIBCXX_VISIBILITY()
1002 basic_string& in _GLIBCXX_VISIBILITY()
1017 basic_string& in _GLIBCXX_VISIBILITY()
1026 basic_string& in _GLIBCXX_VISIBILITY()
1040 basic_string& in _GLIBCXX_VISIBILITY()
1063 basic_string& in _GLIBCXX_VISIBILITY()
1064 assign(const basic_string& __str); in _GLIBCXX_VISIBILITY()
1075 basic_string& in _GLIBCXX_VISIBILITY()
1076 assign(basic_string&& __str) in _GLIBCXX_VISIBILITY()
1096 basic_string& in _GLIBCXX_VISIBILITY()
1097 assign(const basic_string& __str, size_type __pos, size_type __n) in _GLIBCXX_VISIBILITY()
1112 basic_string& in _GLIBCXX_VISIBILITY()
1124 basic_string& in _GLIBCXX_VISIBILITY()
1140 basic_string& in _GLIBCXX_VISIBILITY()
1153 basic_string& in _GLIBCXX_VISIBILITY()
1163 basic_string& in _GLIBCXX_VISIBILITY()
1229 basic_string& in _GLIBCXX_VISIBILITY()
1230 insert(size_type __pos1, const basic_string& __str) in _GLIBCXX_VISIBILITY()
1251 basic_string& in _GLIBCXX_VISIBILITY()
1252 insert(size_type __pos1, const basic_string& __str, in _GLIBCXX_VISIBILITY()
1274 basic_string& in _GLIBCXX_VISIBILITY()
1292 basic_string& in _GLIBCXX_VISIBILITY()
1315 basic_string& in _GLIBCXX_VISIBILITY()
1358 basic_string& in _GLIBCXX_VISIBILITY()
1425 basic_string& in _GLIBCXX_VISIBILITY()
1426 replace(size_type __pos, size_type __n, const basic_string& __str) in _GLIBCXX_VISIBILITY()
1447 basic_string& in _GLIBCXX_VISIBILITY()
1448 replace(size_type __pos1, size_type __n1, const basic_string& __str, in _GLIBCXX_VISIBILITY()
1472 basic_string& in _GLIBCXX_VISIBILITY()
1492 basic_string& in _GLIBCXX_VISIBILITY()
1516 basic_string& in _GLIBCXX_VISIBILITY()
1534 basic_string& in _GLIBCXX_VISIBILITY()
1535 replace(iterator __i1, iterator __i2, const basic_string& __str) in _GLIBCXX_VISIBILITY()
1553 basic_string& in _GLIBCXX_VISIBILITY()
1574 basic_string& in _GLIBCXX_VISIBILITY()
1595 basic_string& in _GLIBCXX_VISIBILITY()
1619 basic_string& in _GLIBCXX_VISIBILITY()
1632 basic_string& in _GLIBCXX_VISIBILITY()
1642 basic_string& in _GLIBCXX_VISIBILITY()
1653 basic_string& in _GLIBCXX_VISIBILITY()
1663 basic_string& in _GLIBCXX_VISIBILITY()
1689 basic_string& replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1696 basic_string& in _GLIBCXX_VISIBILITY()
1702 basic_string& in _GLIBCXX_VISIBILITY()
1706 basic_string& in _GLIBCXX_VISIBILITY()
1710 basic_string& in _GLIBCXX_VISIBILITY()
1787 swap(basic_string& __s); in _GLIBCXX_VISIBILITY()
1843 find(const basic_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
1888 rfind(const basic_string& __str, size_type __pos = npos) const in _GLIBCXX_VISIBILITY()
1949 find_first_of(const basic_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
2013 find_last_of(const basic_string& __str, size_type __pos = npos) const in _GLIBCXX_VISIBILITY()
2076 find_first_not_of(const basic_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
2139 find_last_not_of(const basic_string& __str, size_type __pos = npos) const in _GLIBCXX_VISIBILITY()
2202 basic_string in _GLIBCXX_VISIBILITY()
2204 { return basic_string(*this, in _GLIBCXX_VISIBILITY()
2222 compare(const basic_string& __str) const in _GLIBCXX_VISIBILITY()
2254 compare(size_type __pos, size_type __n, const basic_string& __str) const; in _GLIBCXX_VISIBILITY()
2280 compare(size_type __pos1, size_type __n1, const basic_string& __str, in _GLIBCXX_VISIBILITY()
2361 basic_string<_CharT, _Traits, _Alloc> in _GLIBCXX_VISIBILITY()
2362 operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
2363 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
2365 basic_string<_CharT, _Traits, _Alloc> __str(__lhs); in _GLIBCXX_VISIBILITY()
2377 basic_string<_CharT,_Traits,_Alloc> in _GLIBCXX_VISIBILITY()
2379 const basic_string<_CharT,_Traits,_Alloc>& __rhs); in _GLIBCXX_VISIBILITY()
2388 basic_string<_CharT,_Traits,_Alloc> in _GLIBCXX_VISIBILITY()
2389 operator+(_CharT __lhs, const basic_string<_CharT,_Traits,_Alloc>& __rhs); in _GLIBCXX_VISIBILITY()
2398 inline basic_string<_CharT, _Traits, _Alloc> in _GLIBCXX_VISIBILITY()
2399 operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
2402 basic_string<_CharT, _Traits, _Alloc> __str(__lhs); in _GLIBCXX_VISIBILITY()
2414 inline basic_string<_CharT, _Traits, _Alloc> in _GLIBCXX_VISIBILITY()
2415 operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs, _CharT __rhs) in _GLIBCXX_VISIBILITY()
2417 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in _GLIBCXX_VISIBILITY()
2426 inline basic_string<_CharT, _Traits, _Alloc> in _GLIBCXX_VISIBILITY()
2427 operator+(basic_string<_CharT, _Traits, _Alloc>&& __lhs, in _GLIBCXX_VISIBILITY()
2428 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
2432 inline basic_string<_CharT, _Traits, _Alloc> in _GLIBCXX_VISIBILITY()
2433 operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
2434 basic_string<_CharT, _Traits, _Alloc>&& __rhs) in _GLIBCXX_VISIBILITY()
2438 inline basic_string<_CharT, _Traits, _Alloc> in _GLIBCXX_VISIBILITY()
2439 operator+(basic_string<_CharT, _Traits, _Alloc>&& __lhs, in _GLIBCXX_VISIBILITY()
2440 basic_string<_CharT, _Traits, _Alloc>&& __rhs) in _GLIBCXX_VISIBILITY()
2450 inline basic_string<_CharT, _Traits, _Alloc> in _GLIBCXX_VISIBILITY()
2452 basic_string<_CharT, _Traits, _Alloc>&& __rhs) in _GLIBCXX_VISIBILITY()
2456 inline basic_string<_CharT, _Traits, _Alloc> in _GLIBCXX_VISIBILITY()
2458 basic_string<_CharT, _Traits, _Alloc>&& __rhs) in _GLIBCXX_VISIBILITY()
2462 inline basic_string<_CharT, _Traits, _Alloc> in _GLIBCXX_VISIBILITY()
2463 operator+(basic_string<_CharT, _Traits, _Alloc>&& __lhs, in _GLIBCXX_VISIBILITY()
2468 inline basic_string<_CharT, _Traits, _Alloc> in _GLIBCXX_VISIBILITY()
2469 operator+(basic_string<_CharT, _Traits, _Alloc>&& __lhs, in _GLIBCXX_VISIBILITY()
2483 operator==(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
2484 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
2490 operator==(const basic_string<_CharT>& __lhs, in _GLIBCXX_VISIBILITY()
2491 const basic_string<_CharT>& __rhs) in _GLIBCXX_VISIBILITY()
2505 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
2516 operator==(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
2529 operator!=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
2530 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
2542 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
2553 operator!=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
2566 operator<(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
2567 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
2578 operator<(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
2591 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
2603 operator>(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
2604 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
2615 operator>(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
2628 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
2640 operator<=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
2641 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
2652 operator<=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
2665 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
2677 operator>=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
2678 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
2689 operator>=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
2702 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
2714 swap(basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
2715 basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
2733 basic_string<_CharT, _Traits, _Alloc>& __str); in _GLIBCXX_VISIBILITY()
2737 operator>>(basic_istream<char>& __is, basic_string<char>& __str); in _GLIBCXX_VISIBILITY()
2751 const basic_string<_CharT, _Traits, _Alloc>& __str) in _GLIBCXX_VISIBILITY()
2774 basic_string<_CharT, _Traits, _Alloc>& __str, _CharT __delim); in _GLIBCXX_VISIBILITY()
2791 basic_string<_CharT, _Traits, _Alloc>& __str) in _GLIBCXX_VISIBILITY()
2796 getline(basic_istream<char>& __in, basic_string<char>& __str, in _GLIBCXX_VISIBILITY()
2802 getline(basic_istream<wchar_t>& __in, basic_string<wchar_t>& __str, in _GLIBCXX_VISIBILITY()