Lines Matching refs:basic_string

77     class basic_string  in _GLIBCXX_VISIBILITY()
94 typedef __gnu_cxx::__normal_iterator<pointer, basic_string> iterator; in _GLIBCXX_VISIBILITY()
95 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string> in _GLIBCXX_VISIBILITY()
118 __not_<is_convertible<const _Tp*, const basic_string*>>, in _GLIBCXX_VISIBILITY()
293 { typedef basic_string& __type; }; in _GLIBCXX_VISIBILITY()
403 _M_assign(const basic_string&); in _GLIBCXX_VISIBILITY()
420 basic_string() in _GLIBCXX_VISIBILITY()
429 basic_string(const _Alloc& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
437 basic_string(const basic_string& __str) in _GLIBCXX_VISIBILITY()
450 basic_string(const basic_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY()
465 basic_string(const basic_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY()
481 basic_string(const basic_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY()
499 basic_string(const _CharT* __s, size_type __n, in _GLIBCXX_VISIBILITY()
514 basic_string(const _CharT* __s, const _Alloc& __a = _Alloc()) in _GLIBCXX_VISIBILITY()
529 basic_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc()) in _GLIBCXX_VISIBILITY()
541 basic_string(basic_string&& __str) noexcept in _GLIBCXX_VISIBILITY()
568 basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc()) in _GLIBCXX_VISIBILITY()
572 basic_string(const basic_string& __str, const _Alloc& __a) in _GLIBCXX_VISIBILITY()
576 basic_string(basic_string&& __str, const _Alloc& __a) in _GLIBCXX_VISIBILITY()
614 basic_string(_InputIterator __beg, _InputIterator __end, in _GLIBCXX_VISIBILITY()
628 basic_string(const _Tp& __t, size_type __pos, size_type __n, in _GLIBCXX_VISIBILITY()
630 : basic_string(_S_to_string_view(__t).substr(__pos, __n), __a) { } in _GLIBCXX_VISIBILITY()
639 basic_string(const _Tp& __t, const _Alloc& __a = _Alloc()) in _GLIBCXX_VISIBILITY()
640 : basic_string(__sv_wrapper(_S_to_string_view(__t)), __a) { } in _GLIBCXX_VISIBILITY()
649 basic_string(__sv_wrapper __svw, const _Alloc& __a) in _GLIBCXX_VISIBILITY()
650 : basic_string(__svw._M_sv.data(), __svw._M_sv.size(), __a) { } in _GLIBCXX_VISIBILITY()
656 ~basic_string() in _GLIBCXX_VISIBILITY()
663 basic_string& in _GLIBCXX_VISIBILITY()
664 operator=(const basic_string& __str) in _GLIBCXX_VISIBILITY()
702 basic_string& in _GLIBCXX_VISIBILITY()
713 basic_string& in _GLIBCXX_VISIBILITY()
731 basic_string& in _GLIBCXX_VISIBILITY()
732 operator=(basic_string&& __str) in _GLIBCXX_VISIBILITY()
794 basic_string& in _GLIBCXX_VISIBILITY()
808 _If_sv<_Tp, basic_string&> in _GLIBCXX_VISIBILITY()
1167 basic_string& in _GLIBCXX_VISIBILITY()
1168 operator+=(const basic_string& __str) in _GLIBCXX_VISIBILITY()
1176 basic_string& in _GLIBCXX_VISIBILITY()
1185 basic_string& in _GLIBCXX_VISIBILITY()
1198 basic_string& in _GLIBCXX_VISIBILITY()
1210 _If_sv<_Tp, basic_string&> in _GLIBCXX_VISIBILITY()
1220 basic_string& in _GLIBCXX_VISIBILITY()
1221 append(const basic_string& __str) in _GLIBCXX_VISIBILITY()
1237 basic_string& in _GLIBCXX_VISIBILITY()
1238 append(const basic_string& __str, size_type __pos, size_type __n = npos) in _GLIBCXX_VISIBILITY()
1249 basic_string& in _GLIBCXX_VISIBILITY()
1262 basic_string& in _GLIBCXX_VISIBILITY()
1279 basic_string& in _GLIBCXX_VISIBILITY()
1289 basic_string& in _GLIBCXX_VISIBILITY()
1308 basic_string& in _GLIBCXX_VISIBILITY()
1319 _If_sv<_Tp, basic_string&> in _GLIBCXX_VISIBILITY()
1334 _If_sv<_Tp, basic_string&> in _GLIBCXX_VISIBILITY()
1363 basic_string& in _GLIBCXX_VISIBILITY()
1364 assign(const basic_string& __str) in _GLIBCXX_VISIBILITY()
1379 basic_string& in _GLIBCXX_VISIBILITY()
1380 assign(basic_string&& __str) in _GLIBCXX_VISIBILITY()
1402 basic_string& in _GLIBCXX_VISIBILITY()
1403 assign(const basic_string& __str, size_type __pos, size_type __n = npos) in _GLIBCXX_VISIBILITY()
1418 basic_string& in _GLIBCXX_VISIBILITY()
1434 basic_string& in _GLIBCXX_VISIBILITY()
1451 basic_string& in _GLIBCXX_VISIBILITY()
1469 basic_string& in _GLIBCXX_VISIBILITY()
1479 basic_string& in _GLIBCXX_VISIBILITY()
1491 _If_sv<_Tp, basic_string&> in _GLIBCXX_VISIBILITY()
1506 _If_sv<_Tp, basic_string&> in _GLIBCXX_VISIBILITY()
1630 basic_string& in _GLIBCXX_VISIBILITY()
1631 insert(size_type __pos1, const basic_string& __str) in _GLIBCXX_VISIBILITY()
1653 basic_string& in _GLIBCXX_VISIBILITY()
1654 insert(size_type __pos1, const basic_string& __str, in _GLIBCXX_VISIBILITY()
1676 basic_string& in _GLIBCXX_VISIBILITY()
1695 basic_string& in _GLIBCXX_VISIBILITY()
1719 basic_string& in _GLIBCXX_VISIBILITY()
1754 _If_sv<_Tp, basic_string&> in _GLIBCXX_VISIBILITY()
1771 _If_sv<_Tp, basic_string&> in _GLIBCXX_VISIBILITY()
1797 basic_string& in _GLIBCXX_VISIBILITY()
1879 basic_string& in _GLIBCXX_VISIBILITY()
1880 replace(size_type __pos, size_type __n, const basic_string& __str) in _GLIBCXX_VISIBILITY()
1901 basic_string& in _GLIBCXX_VISIBILITY()
1902 replace(size_type __pos1, size_type __n1, const basic_string& __str, in _GLIBCXX_VISIBILITY()
1926 basic_string& in _GLIBCXX_VISIBILITY()
1951 basic_string& in _GLIBCXX_VISIBILITY()
1975 basic_string& in _GLIBCXX_VISIBILITY()
1993 basic_string& in _GLIBCXX_VISIBILITY()
1995 const basic_string& __str) in _GLIBCXX_VISIBILITY()
2013 basic_string& in _GLIBCXX_VISIBILITY()
2035 basic_string& in _GLIBCXX_VISIBILITY()
2056 basic_string& in _GLIBCXX_VISIBILITY()
2083 basic_string& in _GLIBCXX_VISIBILITY()
2098 basic_string& in _GLIBCXX_VISIBILITY()
2113 basic_string& in _GLIBCXX_VISIBILITY()
2124 basic_string& in _GLIBCXX_VISIBILITY()
2135 basic_string& in _GLIBCXX_VISIBILITY()
2146 basic_string& in _GLIBCXX_VISIBILITY()
2172 basic_string& replace(const_iterator __i1, const_iterator __i2, in _GLIBCXX_VISIBILITY()
2186 _If_sv<_Tp, basic_string&> in _GLIBCXX_VISIBILITY()
2203 _If_sv<_Tp, basic_string&> in _GLIBCXX_VISIBILITY()
2223 _If_sv<_Tp, basic_string&> in _GLIBCXX_VISIBILITY()
2233 basic_string& in _GLIBCXX_VISIBILITY()
2239 basic_string& in _GLIBCXX_VISIBILITY()
2244 basic_string& in _GLIBCXX_VISIBILITY()
2248 basic_string& in _GLIBCXX_VISIBILITY()
2252 basic_string& in _GLIBCXX_VISIBILITY()
2280 swap(basic_string& __s) _GLIBCXX_NOEXCEPT; in _GLIBCXX_VISIBILITY()
2351 find(const basic_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
2413 rfind(const basic_string& __str, size_type __pos = npos) const in _GLIBCXX_VISIBILITY()
2492 find_first_of(const basic_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
2576 find_last_of(const basic_string& __str, size_type __pos = npos) const in _GLIBCXX_VISIBILITY()
2659 find_first_not_of(const basic_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
2741 find_last_not_of(const basic_string& __str, size_type __pos = npos) const in _GLIBCXX_VISIBILITY()
2823 basic_string in _GLIBCXX_VISIBILITY()
2825 { return basic_string(*this, in _GLIBCXX_VISIBILITY()
2843 compare(const basic_string& __str) const in _GLIBCXX_VISIBILITY()
2936 compare(size_type __pos, size_type __n, const basic_string& __str) const; in _GLIBCXX_VISIBILITY()
2962 compare(size_type __pos1, size_type __n1, const basic_string& __str, in _GLIBCXX_VISIBILITY()
3104 class basic_string in _GLIBCXX_VISIBILITY()
3119 typedef __gnu_cxx::__normal_iterator<pointer, basic_string> iterator; in _GLIBCXX_VISIBILITY()
3120 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string> in _GLIBCXX_VISIBILITY()
3461 __not_<is_convertible<const _Tp*, const basic_string*>>, in _GLIBCXX_VISIBILITY()
3489 basic_string() in _GLIBCXX_VISIBILITY()
3500 basic_string(const _Alloc& __a); in _GLIBCXX_VISIBILITY()
3507 basic_string(const basic_string& __str); in _GLIBCXX_VISIBILITY()
3517 basic_string(const basic_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY()
3526 basic_string(const basic_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY()
3535 basic_string(const basic_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY()
3547 basic_string(const _CharT* __s, size_type __n, in _GLIBCXX_VISIBILITY()
3554 basic_string(const _CharT* __s, const _Alloc& __a = _Alloc()); in _GLIBCXX_VISIBILITY()
3561 basic_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc()); in _GLIBCXX_VISIBILITY()
3571 basic_string(basic_string&& __str) in _GLIBCXX_VISIBILITY()
3589 basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc()); in _GLIBCXX_VISIBILITY()
3599 basic_string(_InputIterator __beg, _InputIterator __end, in _GLIBCXX_VISIBILITY()
3611 basic_string(const _Tp& __t, size_type __pos, size_type __n, in _GLIBCXX_VISIBILITY()
3613 : basic_string(_S_to_string_view(__t).substr(__pos, __n), __a) { } in _GLIBCXX_VISIBILITY()
3622 basic_string(const _Tp& __t, const _Alloc& __a = _Alloc()) in _GLIBCXX_VISIBILITY()
3623 : basic_string(__sv_wrapper(_S_to_string_view(__t)), __a) { } in _GLIBCXX_VISIBILITY()
3632 basic_string(__sv_wrapper __svw, const _Alloc& __a) in _GLIBCXX_VISIBILITY()
3633 : basic_string(__svw._M_sv.data(), __svw._M_sv.size(), __a) { } in _GLIBCXX_VISIBILITY()
3639 ~basic_string() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
3646 basic_string& in _GLIBCXX_VISIBILITY()
3647 operator=(const basic_string& __str) in _GLIBCXX_VISIBILITY()
3654 basic_string& in _GLIBCXX_VISIBILITY()
3665 basic_string& in _GLIBCXX_VISIBILITY()
3681 basic_string& in _GLIBCXX_VISIBILITY()
3682 operator=(basic_string&& __str) in _GLIBCXX_VISIBILITY()
3693 basic_string& in _GLIBCXX_VISIBILITY()
3707 _If_sv<_Tp, basic_string&> in _GLIBCXX_VISIBILITY()
4087 basic_string& in _GLIBCXX_VISIBILITY()
4088 operator+=(const basic_string& __str) in _GLIBCXX_VISIBILITY()
4096 basic_string& in _GLIBCXX_VISIBILITY()
4105 basic_string& in _GLIBCXX_VISIBILITY()
4118 basic_string& in _GLIBCXX_VISIBILITY()
4130 _If_sv<_Tp, basic_string&> in _GLIBCXX_VISIBILITY()
4140 basic_string& in _GLIBCXX_VISIBILITY()
4141 append(const basic_string& __str); in _GLIBCXX_VISIBILITY()
4156 basic_string& in _GLIBCXX_VISIBILITY()
4157 append(const basic_string& __str, size_type __pos, size_type __n = npos); in _GLIBCXX_VISIBILITY()
4165 basic_string& in _GLIBCXX_VISIBILITY()
4173 basic_string& in _GLIBCXX_VISIBILITY()
4188 basic_string& in _GLIBCXX_VISIBILITY()
4197 basic_string& in _GLIBCXX_VISIBILITY()
4211 basic_string& in _GLIBCXX_VISIBILITY()
4222 _If_sv<_Tp, basic_string&> in _GLIBCXX_VISIBILITY()
4238 _If_sv<_Tp, basic_string&> in _GLIBCXX_VISIBILITY()
4267 basic_string& in _GLIBCXX_VISIBILITY()
4268 assign(const basic_string& __str); in _GLIBCXX_VISIBILITY()
4280 basic_string& in _GLIBCXX_VISIBILITY()
4281 assign(basic_string&& __str) in _GLIBCXX_VISIBILITY()
4301 basic_string& in _GLIBCXX_VISIBILITY()
4302 assign(const basic_string& __str, size_type __pos, size_type __n = npos) in _GLIBCXX_VISIBILITY()
4317 basic_string& in _GLIBCXX_VISIBILITY()
4329 basic_string& in _GLIBCXX_VISIBILITY()
4345 basic_string& in _GLIBCXX_VISIBILITY()
4358 basic_string& in _GLIBCXX_VISIBILITY()
4368 basic_string& in _GLIBCXX_VISIBILITY()
4380 _If_sv<_Tp, basic_string&> in _GLIBCXX_VISIBILITY()
4395 _If_sv<_Tp, basic_string&> in _GLIBCXX_VISIBILITY()
4466 basic_string& in _GLIBCXX_VISIBILITY()
4467 insert(size_type __pos1, const basic_string& __str) in _GLIBCXX_VISIBILITY()
4488 basic_string& in _GLIBCXX_VISIBILITY()
4489 insert(size_type __pos1, const basic_string& __str, in _GLIBCXX_VISIBILITY()
4511 basic_string& in _GLIBCXX_VISIBILITY()
4529 basic_string& in _GLIBCXX_VISIBILITY()
4552 basic_string& in _GLIBCXX_VISIBILITY()
4588 _If_sv<_Tp, basic_string&> in _GLIBCXX_VISIBILITY()
4605 _If_sv<_Tp, basic_string&> in _GLIBCXX_VISIBILITY()
4631 basic_string& in _GLIBCXX_VISIBILITY()
4701 basic_string& in _GLIBCXX_VISIBILITY()
4702 replace(size_type __pos, size_type __n, const basic_string& __str) in _GLIBCXX_VISIBILITY()
4723 basic_string& in _GLIBCXX_VISIBILITY()
4724 replace(size_type __pos1, size_type __n1, const basic_string& __str, in _GLIBCXX_VISIBILITY()
4748 basic_string& in _GLIBCXX_VISIBILITY()
4768 basic_string& in _GLIBCXX_VISIBILITY()
4792 basic_string& in _GLIBCXX_VISIBILITY()
4810 basic_string& in _GLIBCXX_VISIBILITY()
4811 replace(iterator __i1, iterator __i2, const basic_string& __str) in _GLIBCXX_VISIBILITY()
4829 basic_string& in _GLIBCXX_VISIBILITY()
4850 basic_string& in _GLIBCXX_VISIBILITY()
4871 basic_string& in _GLIBCXX_VISIBILITY()
4895 basic_string& in _GLIBCXX_VISIBILITY()
4908 basic_string& in _GLIBCXX_VISIBILITY()
4918 basic_string& in _GLIBCXX_VISIBILITY()
4929 basic_string& in _GLIBCXX_VISIBILITY()
4939 basic_string& in _GLIBCXX_VISIBILITY()
4965 basic_string& replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
4979 _If_sv<_Tp, basic_string&> in _GLIBCXX_VISIBILITY()
4996 _If_sv<_Tp, basic_string&> in _GLIBCXX_VISIBILITY()
5016 _If_sv<_Tp, basic_string&> in _GLIBCXX_VISIBILITY()
5026 basic_string& in _GLIBCXX_VISIBILITY()
5032 basic_string& in _GLIBCXX_VISIBILITY()
5036 basic_string& in _GLIBCXX_VISIBILITY()
5040 basic_string& in _GLIBCXX_VISIBILITY()
5118 swap(basic_string& __s); in _GLIBCXX_VISIBILITY()
5192 find(const basic_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
5254 rfind(const basic_string& __str, size_type __pos = npos) const in _GLIBCXX_VISIBILITY()
5333 find_first_of(const basic_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
5417 find_last_of(const basic_string& __str, size_type __pos = npos) const in _GLIBCXX_VISIBILITY()
5500 find_first_not_of(const basic_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
5582 find_last_not_of(const basic_string& __str, size_type __pos = npos) const in _GLIBCXX_VISIBILITY()
5664 basic_string in _GLIBCXX_VISIBILITY()
5666 { return basic_string(*this, in _GLIBCXX_VISIBILITY()
5684 compare(const basic_string& __str) const in _GLIBCXX_VISIBILITY()
5777 compare(size_type __pos, size_type __n, const basic_string& __str) const; in _GLIBCXX_VISIBILITY()
5803 compare(size_type __pos1, size_type __n1, const basic_string& __str, in _GLIBCXX_VISIBILITY()
5896 basic_string(_InputIterator, _InputIterator, _Allocator = _Allocator()) in _GLIBCXX_VISIBILITY()
5897 -> basic_string<_CharT, char_traits<_CharT>, _Allocator>; in _GLIBCXX_VISIBILITY()
5904 basic_string(basic_string_view<_CharT, _Traits>, const _Allocator& = _Allocator()) in _GLIBCXX_VISIBILITY()
5905 -> basic_string<_CharT, _Traits, _Allocator>; in _GLIBCXX_VISIBILITY()
5910 basic_string(basic_string_view<_CharT, _Traits>, in _GLIBCXX_VISIBILITY()
5911 typename basic_string<_CharT, _Traits, _Allocator>::size_type, in _GLIBCXX_VISIBILITY()
5912 typename basic_string<_CharT, _Traits, _Allocator>::size_type, in _GLIBCXX_VISIBILITY()
5914 -> basic_string<_CharT, _Traits, _Allocator>; in _GLIBCXX_VISIBILITY()
5926 basic_string<_CharT, _Traits, _Alloc> in _GLIBCXX_VISIBILITY()
5927 operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
5928 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
5930 basic_string<_CharT, _Traits, _Alloc> __str(__lhs); in _GLIBCXX_VISIBILITY()
5942 basic_string<_CharT,_Traits,_Alloc> in _GLIBCXX_VISIBILITY()
5944 const basic_string<_CharT,_Traits,_Alloc>& __rhs); in _GLIBCXX_VISIBILITY()
5953 basic_string<_CharT,_Traits,_Alloc> in _GLIBCXX_VISIBILITY()
5954 operator+(_CharT __lhs, const basic_string<_CharT,_Traits,_Alloc>& __rhs); in _GLIBCXX_VISIBILITY()
5963 inline basic_string<_CharT, _Traits, _Alloc> in _GLIBCXX_VISIBILITY()
5964 operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
5967 basic_string<_CharT, _Traits, _Alloc> __str(__lhs); in _GLIBCXX_VISIBILITY()
5979 inline basic_string<_CharT, _Traits, _Alloc> in _GLIBCXX_VISIBILITY()
5980 operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs, _CharT __rhs) in _GLIBCXX_VISIBILITY()
5982 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in _GLIBCXX_VISIBILITY()
5991 inline basic_string<_CharT, _Traits, _Alloc> in _GLIBCXX_VISIBILITY()
5992 operator+(basic_string<_CharT, _Traits, _Alloc>&& __lhs, in _GLIBCXX_VISIBILITY()
5993 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
5997 inline basic_string<_CharT, _Traits, _Alloc> in _GLIBCXX_VISIBILITY()
5998 operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
5999 basic_string<_CharT, _Traits, _Alloc>&& __rhs) in _GLIBCXX_VISIBILITY()
6003 inline basic_string<_CharT, _Traits, _Alloc> in _GLIBCXX_VISIBILITY()
6004 operator+(basic_string<_CharT, _Traits, _Alloc>&& __lhs, in _GLIBCXX_VISIBILITY()
6005 basic_string<_CharT, _Traits, _Alloc>&& __rhs) in _GLIBCXX_VISIBILITY()
6015 inline basic_string<_CharT, _Traits, _Alloc> in _GLIBCXX_VISIBILITY()
6017 basic_string<_CharT, _Traits, _Alloc>&& __rhs) in _GLIBCXX_VISIBILITY()
6021 inline basic_string<_CharT, _Traits, _Alloc> in _GLIBCXX_VISIBILITY()
6023 basic_string<_CharT, _Traits, _Alloc>&& __rhs) in _GLIBCXX_VISIBILITY()
6027 inline basic_string<_CharT, _Traits, _Alloc> in _GLIBCXX_VISIBILITY()
6028 operator+(basic_string<_CharT, _Traits, _Alloc>&& __lhs, in _GLIBCXX_VISIBILITY()
6033 inline basic_string<_CharT, _Traits, _Alloc> in _GLIBCXX_VISIBILITY()
6034 operator+(basic_string<_CharT, _Traits, _Alloc>&& __lhs, in _GLIBCXX_VISIBILITY()
6048 operator==(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
6049 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
6056 operator==(const basic_string<_CharT>& __lhs, in _GLIBCXX_VISIBILITY()
6057 const basic_string<_CharT>& __rhs) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
6071 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
6082 operator==(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
6095 operator!=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
6096 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
6109 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
6120 operator!=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
6133 operator<(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
6134 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
6146 operator<(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
6159 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
6171 operator>(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
6172 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
6184 operator>(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
6197 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
6209 operator<=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
6210 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
6222 operator<=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
6235 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
6247 operator>=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
6248 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
6260 operator>=(const basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
6273 const basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
6285 swap(basic_string<_CharT, _Traits, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
6286 basic_string<_CharT, _Traits, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
6306 basic_string<_CharT, _Traits, _Alloc>& __str); in _GLIBCXX_VISIBILITY()
6310 operator>>(basic_istream<char>& __is, basic_string<char>& __str); in _GLIBCXX_VISIBILITY()
6324 const basic_string<_CharT, _Traits, _Alloc>& __str) in _GLIBCXX_VISIBILITY()
6347 basic_string<_CharT, _Traits, _Alloc>& __str, _CharT __delim); in _GLIBCXX_VISIBILITY()
6364 basic_string<_CharT, _Traits, _Alloc>& __str) in _GLIBCXX_VISIBILITY()
6372 basic_string<_CharT, _Traits, _Alloc>& __str, _CharT __delim) in _GLIBCXX_VISIBILITY()
6379 basic_string<_CharT, _Traits, _Alloc>& __str) in _GLIBCXX_VISIBILITY()
6385 getline(basic_istream<char>& __in, basic_string<char>& __str, in _GLIBCXX_VISIBILITY()
6391 getline(basic_istream<wchar_t>& __in, basic_string<wchar_t>& __str, in _GLIBCXX_VISIBILITY()
6710 inline basic_string<char>
6712 { return basic_string<char>{__str, __len}; }
6716 inline basic_string<wchar_t>
6718 { return basic_string<wchar_t>{__str, __len}; }
6723 inline basic_string<char16_t>
6725 { return basic_string<char16_t>{__str, __len}; }
6728 inline basic_string<char32_t>
6730 { return basic_string<char32_t>{__str, __len}; }