Lines Matching refs:__versa_string
57 class __versa_string in _GLIBCXX_VISIBILITY()
74 typedef __gnu_cxx::__normal_iterator<pointer, __versa_string> iterator; in _GLIBCXX_VISIBILITY()
75 typedef __gnu_cxx::__normal_iterator<const_pointer, __versa_string> in _GLIBCXX_VISIBILITY()
135 __versa_string() in _GLIBCXX_VISIBILITY()
142 __versa_string(const _Alloc& __a) in _GLIBCXX_VISIBILITY()
150 __versa_string(const __versa_string& __str) in _GLIBCXX_VISIBILITY()
162 __versa_string(__versa_string&& __str) noexcept in _GLIBCXX_VISIBILITY()
170 __versa_string(std::initializer_list<_CharT> __l, in _GLIBCXX_VISIBILITY()
181 __versa_string(const __versa_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY()
196 __versa_string(const __versa_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY()
213 __versa_string(const _CharT* __s, size_type __n, in _GLIBCXX_VISIBILITY()
222 __versa_string(const _CharT* __s, const _Alloc& __a = _Alloc()) in _GLIBCXX_VISIBILITY()
232 __versa_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc()) in _GLIBCXX_VISIBILITY()
242 __versa_string(_InputIterator __beg, _InputIterator __end, in _GLIBCXX_VISIBILITY()
249 ~__versa_string() _GLIBCXX_NOEXCEPT { } in _GLIBCXX_VISIBILITY()
255 __versa_string& in _GLIBCXX_VISIBILITY()
256 operator=(const __versa_string& __str) in _GLIBCXX_VISIBILITY()
267 __versa_string& in _GLIBCXX_VISIBILITY()
268 operator=(__versa_string&& __str) in _GLIBCXX_VISIBILITY()
279 __versa_string& in _GLIBCXX_VISIBILITY()
291 __versa_string& in _GLIBCXX_VISIBILITY()
302 __versa_string& in _GLIBCXX_VISIBILITY()
642 __versa_string& in _GLIBCXX_VISIBILITY()
643 operator+=(const __versa_string& __str) in _GLIBCXX_VISIBILITY()
651 __versa_string& in _GLIBCXX_VISIBILITY()
660 __versa_string& in _GLIBCXX_VISIBILITY()
673 __versa_string& in _GLIBCXX_VISIBILITY()
683 __versa_string& in _GLIBCXX_VISIBILITY()
684 append(const __versa_string& __str) in _GLIBCXX_VISIBILITY()
700 __versa_string& in _GLIBCXX_VISIBILITY()
701 append(const __versa_string& __str, size_type __pos, size_type __n) in _GLIBCXX_VISIBILITY()
712 __versa_string& in _GLIBCXX_VISIBILITY()
725 __versa_string& in _GLIBCXX_VISIBILITY()
742 __versa_string& in _GLIBCXX_VISIBILITY()
752 __versa_string& in _GLIBCXX_VISIBILITY()
766 __versa_string& in _GLIBCXX_VISIBILITY()
789 __versa_string& in _GLIBCXX_VISIBILITY()
790 assign(const __versa_string& __str) in _GLIBCXX_VISIBILITY()
805 __versa_string& in _GLIBCXX_VISIBILITY()
806 assign(__versa_string&& __str) in _GLIBCXX_VISIBILITY()
826 __versa_string& in _GLIBCXX_VISIBILITY()
827 assign(const __versa_string& __str, size_type __pos, size_type __n) in _GLIBCXX_VISIBILITY()
843 __versa_string& in _GLIBCXX_VISIBILITY()
859 __versa_string& in _GLIBCXX_VISIBILITY()
876 __versa_string& in _GLIBCXX_VISIBILITY()
890 __versa_string& in _GLIBCXX_VISIBILITY()
900 __versa_string& in _GLIBCXX_VISIBILITY()
963 __versa_string& in _GLIBCXX_VISIBILITY()
964 insert(size_type __pos1, const __versa_string& __str) in _GLIBCXX_VISIBILITY()
986 __versa_string& in _GLIBCXX_VISIBILITY()
987 insert(size_type __pos1, const __versa_string& __str, in _GLIBCXX_VISIBILITY()
1009 __versa_string& in _GLIBCXX_VISIBILITY()
1028 __versa_string& in _GLIBCXX_VISIBILITY()
1052 __versa_string& in _GLIBCXX_VISIBILITY()
1095 __versa_string& in _GLIBCXX_VISIBILITY()
1171 __versa_string& in _GLIBCXX_VISIBILITY()
1172 replace(size_type __pos, size_type __n, const __versa_string& __str) in _GLIBCXX_VISIBILITY()
1194 __versa_string& in _GLIBCXX_VISIBILITY()
1195 replace(size_type __pos1, size_type __n1, const __versa_string& __str, in _GLIBCXX_VISIBILITY()
1222 __versa_string& in _GLIBCXX_VISIBILITY()
1246 __versa_string& in _GLIBCXX_VISIBILITY()
1270 __versa_string& in _GLIBCXX_VISIBILITY()
1288 __versa_string& in _GLIBCXX_VISIBILITY()
1289 replace(iterator __i1, iterator __i2, const __versa_string& __str) in _GLIBCXX_VISIBILITY()
1306 __versa_string& in _GLIBCXX_VISIBILITY()
1327 __versa_string& in _GLIBCXX_VISIBILITY()
1348 __versa_string& in _GLIBCXX_VISIBILITY()
1371 __versa_string& in _GLIBCXX_VISIBILITY()
1384 __versa_string& in _GLIBCXX_VISIBILITY()
1394 __versa_string& in _GLIBCXX_VISIBILITY()
1405 __versa_string& in _GLIBCXX_VISIBILITY()
1415 __versa_string& in _GLIBCXX_VISIBILITY()
1440 __versa_string& replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1447 __versa_string& in _GLIBCXX_VISIBILITY()
1453 __versa_string& in _GLIBCXX_VISIBILITY()
1457 __versa_string& in _GLIBCXX_VISIBILITY()
1461 __versa_string& in _GLIBCXX_VISIBILITY()
1465 __versa_string& in _GLIBCXX_VISIBILITY()
1493 swap(__versa_string& __s) in _GLIBCXX_VISIBILITY()
1550 find(const __versa_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
1595 rfind(const __versa_string& __str, size_type __pos = npos) const in _GLIBCXX_VISIBILITY()
1655 find_first_of(const __versa_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
1719 find_last_of(const __versa_string& __str, size_type __pos = npos) const in _GLIBCXX_VISIBILITY()
1782 find_first_not_of(const __versa_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
1845 find_last_not_of(const __versa_string& __str, in _GLIBCXX_VISIBILITY()
1908 __versa_string in _GLIBCXX_VISIBILITY()
1911 return __versa_string(*this, _M_check(__pos, "__versa_string::substr"), in _GLIBCXX_VISIBILITY()
1930 compare(const __versa_string& __str) const in _GLIBCXX_VISIBILITY()
1966 const __versa_string& __str) const; in _GLIBCXX_VISIBILITY()
1992 compare(size_type __pos1, size_type __n1, const __versa_string& __str, in _GLIBCXX_VISIBILITY()
2075 __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2076 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2077 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs); in _GLIBCXX_VISIBILITY()
2087 __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2089 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs); in _GLIBCXX_VISIBILITY()
2099 __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2101 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs); in _GLIBCXX_VISIBILITY()
2111 __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2112 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2123 __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2124 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2130 inline __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2131 operator+(__versa_string<_CharT, _Traits, _Alloc, _Base>&& __lhs, in _GLIBCXX_VISIBILITY()
2132 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2137 inline __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2138 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2139 __versa_string<_CharT, _Traits, _Alloc, _Base>&& __rhs) in _GLIBCXX_VISIBILITY()
2144 inline __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2145 operator+(__versa_string<_CharT, _Traits, _Alloc, _Base>&& __lhs, in _GLIBCXX_VISIBILITY()
2146 __versa_string<_CharT, _Traits, _Alloc, _Base>&& __rhs) in _GLIBCXX_VISIBILITY()
2157 inline __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2159 __versa_string<_CharT, _Traits, _Alloc, _Base>&& __rhs) in _GLIBCXX_VISIBILITY()
2164 inline __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2166 __versa_string<_CharT, _Traits, _Alloc, _Base>&& __rhs) in _GLIBCXX_VISIBILITY()
2171 inline __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2172 operator+(__versa_string<_CharT, _Traits, _Alloc, _Base>&& __lhs, in _GLIBCXX_VISIBILITY()
2178 inline __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2179 operator+(__versa_string<_CharT, _Traits, _Alloc, _Base>&& __lhs, in _GLIBCXX_VISIBILITY()
2194 operator==(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2195 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2201 operator==(const __versa_string<_CharT, std::char_traits<_CharT>, in _GLIBCXX_VISIBILITY()
2203 const __versa_string<_CharT, std::char_traits<_CharT>, in _GLIBCXX_VISIBILITY()
2219 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2231 operator==(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2245 operator!=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2246 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2259 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2271 operator!=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2285 operator<(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2286 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2298 operator<(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2312 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2325 operator>(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2326 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2338 operator>(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2352 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2365 operator<=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2366 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2378 operator<=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2392 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2405 operator>=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2406 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2418 operator>=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2432 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2445 swap(__versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2446 __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2472 __gnu_cxx::__versa_string<_CharT, _Traits, in _GLIBCXX_VISIBILITY()
2488 const __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()
2514 __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str, in _GLIBCXX_VISIBILITY()
2534 __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str) in _GLIBCXX_VISIBILITY()