Lines Matching refs:__versa_string

56     class __versa_string  in _GLIBCXX_VISIBILITY()
73 typedef __gnu_cxx::__normal_iterator<pointer, __versa_string> iterator; in _GLIBCXX_VISIBILITY()
74 typedef __gnu_cxx::__normal_iterator<const_pointer, __versa_string> in _GLIBCXX_VISIBILITY()
137 __versa_string(const _Alloc& __a = _Alloc()) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
145 __versa_string(const __versa_string& __str) in _GLIBCXX_VISIBILITY()
157 __versa_string(__versa_string&& __str) noexcept in _GLIBCXX_VISIBILITY()
165 __versa_string(std::initializer_list<_CharT> __l, in _GLIBCXX_VISIBILITY()
176 __versa_string(const __versa_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY()
191 __versa_string(const __versa_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY()
208 __versa_string(const _CharT* __s, size_type __n, in _GLIBCXX_VISIBILITY()
217 __versa_string(const _CharT* __s, const _Alloc& __a = _Alloc()) in _GLIBCXX_VISIBILITY()
227 __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) noexcept in _GLIBCXX_VISIBILITY()
279 __versa_string& in _GLIBCXX_VISIBILITY()
291 __versa_string& in _GLIBCXX_VISIBILITY()
302 __versa_string& in _GLIBCXX_VISIBILITY()
650 __versa_string& in _GLIBCXX_VISIBILITY()
651 operator+=(const __versa_string& __str) in _GLIBCXX_VISIBILITY()
659 __versa_string& in _GLIBCXX_VISIBILITY()
668 __versa_string& in _GLIBCXX_VISIBILITY()
681 __versa_string& in _GLIBCXX_VISIBILITY()
691 __versa_string& in _GLIBCXX_VISIBILITY()
692 append(const __versa_string& __str) in _GLIBCXX_VISIBILITY()
708 __versa_string& in _GLIBCXX_VISIBILITY()
709 append(const __versa_string& __str, size_type __pos, size_type __n) in _GLIBCXX_VISIBILITY()
720 __versa_string& in _GLIBCXX_VISIBILITY()
733 __versa_string& in _GLIBCXX_VISIBILITY()
750 __versa_string& in _GLIBCXX_VISIBILITY()
760 __versa_string& in _GLIBCXX_VISIBILITY()
779 __versa_string& in _GLIBCXX_VISIBILITY()
802 __versa_string& in _GLIBCXX_VISIBILITY()
803 assign(const __versa_string& __str) in _GLIBCXX_VISIBILITY()
818 __versa_string& in _GLIBCXX_VISIBILITY()
819 assign(__versa_string&& __str) noexcept in _GLIBCXX_VISIBILITY()
839 __versa_string& in _GLIBCXX_VISIBILITY()
840 assign(const __versa_string& __str, size_type __pos, size_type __n) in _GLIBCXX_VISIBILITY()
856 __versa_string& in _GLIBCXX_VISIBILITY()
872 __versa_string& in _GLIBCXX_VISIBILITY()
889 __versa_string& in _GLIBCXX_VISIBILITY()
908 __versa_string& in _GLIBCXX_VISIBILITY()
918 __versa_string& in _GLIBCXX_VISIBILITY()
1036 __versa_string& in _GLIBCXX_VISIBILITY()
1037 insert(size_type __pos1, const __versa_string& __str) in _GLIBCXX_VISIBILITY()
1059 __versa_string& in _GLIBCXX_VISIBILITY()
1060 insert(size_type __pos1, const __versa_string& __str, in _GLIBCXX_VISIBILITY()
1082 __versa_string& in _GLIBCXX_VISIBILITY()
1101 __versa_string& in _GLIBCXX_VISIBILITY()
1125 __versa_string& in _GLIBCXX_VISIBILITY()
1172 __versa_string& in _GLIBCXX_VISIBILITY()
1256 __versa_string& in _GLIBCXX_VISIBILITY()
1257 replace(size_type __pos, size_type __n, const __versa_string& __str) in _GLIBCXX_VISIBILITY()
1279 __versa_string& in _GLIBCXX_VISIBILITY()
1280 replace(size_type __pos1, size_type __n1, const __versa_string& __str, in _GLIBCXX_VISIBILITY()
1307 __versa_string& in _GLIBCXX_VISIBILITY()
1331 __versa_string& in _GLIBCXX_VISIBILITY()
1355 __versa_string& in _GLIBCXX_VISIBILITY()
1373 __versa_string& in _GLIBCXX_VISIBILITY()
1376 const __versa_string& __str) in _GLIBCXX_VISIBILITY()
1378 replace(iterator __i1, iterator __i2, const __versa_string& __str) in _GLIBCXX_VISIBILITY()
1396 __versa_string& in _GLIBCXX_VISIBILITY()
1422 __versa_string& in _GLIBCXX_VISIBILITY()
1447 __versa_string& in _GLIBCXX_VISIBILITY()
1477 __versa_string& in _GLIBCXX_VISIBILITY()
1489 __versa_string& in _GLIBCXX_VISIBILITY()
1503 __versa_string& in _GLIBCXX_VISIBILITY()
1519 __versa_string& in _GLIBCXX_VISIBILITY()
1535 __versa_string& in _GLIBCXX_VISIBILITY()
1551 __versa_string& in _GLIBCXX_VISIBILITY()
1581 __versa_string& in _GLIBCXX_VISIBILITY()
1589 __versa_string& in _GLIBCXX_VISIBILITY()
1595 __versa_string& in _GLIBCXX_VISIBILITY()
1600 __versa_string& in _GLIBCXX_VISIBILITY()
1604 __versa_string& in _GLIBCXX_VISIBILITY()
1608 __versa_string& in _GLIBCXX_VISIBILITY()
1636 swap(__versa_string& __s) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
1693 find(const __versa_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
1738 rfind(const __versa_string& __str, size_type __pos = npos) const in _GLIBCXX_VISIBILITY()
1798 find_first_of(const __versa_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
1862 find_last_of(const __versa_string& __str, size_type __pos = npos) const in _GLIBCXX_VISIBILITY()
1925 find_first_not_of(const __versa_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
1988 find_last_not_of(const __versa_string& __str, in _GLIBCXX_VISIBILITY()
2051 __versa_string in _GLIBCXX_VISIBILITY()
2054 return __versa_string(*this, _M_check(__pos, "__versa_string::substr"), in _GLIBCXX_VISIBILITY()
2073 compare(const __versa_string& __str) const in _GLIBCXX_VISIBILITY()
2109 const __versa_string& __str) const; in _GLIBCXX_VISIBILITY()
2135 compare(size_type __pos1, size_type __n1, const __versa_string& __str, in _GLIBCXX_VISIBILITY()
2218 __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2219 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2220 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs); in _GLIBCXX_VISIBILITY()
2230 __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2232 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs); in _GLIBCXX_VISIBILITY()
2242 __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2244 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs); in _GLIBCXX_VISIBILITY()
2254 __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2255 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2266 __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2267 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2273 inline __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2274 operator+(__versa_string<_CharT, _Traits, _Alloc, _Base>&& __lhs, in _GLIBCXX_VISIBILITY()
2275 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2280 inline __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2281 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2282 __versa_string<_CharT, _Traits, _Alloc, _Base>&& __rhs) in _GLIBCXX_VISIBILITY()
2287 inline __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2288 operator+(__versa_string<_CharT, _Traits, _Alloc, _Base>&& __lhs, in _GLIBCXX_VISIBILITY()
2289 __versa_string<_CharT, _Traits, _Alloc, _Base>&& __rhs) in _GLIBCXX_VISIBILITY()
2300 inline __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2302 __versa_string<_CharT, _Traits, _Alloc, _Base>&& __rhs) in _GLIBCXX_VISIBILITY()
2307 inline __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2309 __versa_string<_CharT, _Traits, _Alloc, _Base>&& __rhs) in _GLIBCXX_VISIBILITY()
2314 inline __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2315 operator+(__versa_string<_CharT, _Traits, _Alloc, _Base>&& __lhs, in _GLIBCXX_VISIBILITY()
2321 inline __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2322 operator+(__versa_string<_CharT, _Traits, _Alloc, _Base>&& __lhs, in _GLIBCXX_VISIBILITY()
2337 operator==(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2338 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2344 operator==(const __versa_string<_CharT, std::char_traits<_CharT>, in _GLIBCXX_VISIBILITY()
2346 const __versa_string<_CharT, std::char_traits<_CharT>, in _GLIBCXX_VISIBILITY()
2362 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2374 operator==(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2388 operator!=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2389 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2402 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2414 operator!=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2428 operator<(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2429 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2441 operator<(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2455 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2468 operator>(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2469 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2481 operator>(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2495 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2508 operator<=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2509 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2521 operator<=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2535 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2548 operator>=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2549 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2561 operator>=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2575 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2588 swap(__versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2589 __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2615 __gnu_cxx::__versa_string<_CharT, _Traits, in _GLIBCXX_VISIBILITY()
2631 const __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()
2657 __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str, in _GLIBCXX_VISIBILITY()
2677 __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str) in _GLIBCXX_VISIBILITY()