Lines Matching refs:__versa_string

56     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()
138 __versa_string(const _Alloc& __a = _Alloc()) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
146 __versa_string(const __versa_string& __str) in _GLIBCXX_VISIBILITY()
158 __versa_string(__versa_string&& __str) noexcept in _GLIBCXX_VISIBILITY()
166 __versa_string(std::initializer_list<_CharT> __l, in _GLIBCXX_VISIBILITY()
177 __versa_string(const __versa_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY()
192 __versa_string(const __versa_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY()
209 __versa_string(const _CharT* __s, size_type __n, in _GLIBCXX_VISIBILITY()
218 __versa_string(const _CharT* __s, const _Alloc& __a = _Alloc()) in _GLIBCXX_VISIBILITY()
228 __versa_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc()) in _GLIBCXX_VISIBILITY()
243 __versa_string(_InputIterator __beg, _InputIterator __end, in _GLIBCXX_VISIBILITY()
250 ~__versa_string() _GLIBCXX_NOEXCEPT { } in _GLIBCXX_VISIBILITY()
256 __versa_string& in _GLIBCXX_VISIBILITY()
257 operator=(const __versa_string& __str) in _GLIBCXX_VISIBILITY()
268 __versa_string& in _GLIBCXX_VISIBILITY()
269 operator=(__versa_string&& __str) noexcept in _GLIBCXX_VISIBILITY()
280 __versa_string& in _GLIBCXX_VISIBILITY()
292 __versa_string& in _GLIBCXX_VISIBILITY()
303 __versa_string& in _GLIBCXX_VISIBILITY()
651 __versa_string& in _GLIBCXX_VISIBILITY()
652 operator+=(const __versa_string& __str) in _GLIBCXX_VISIBILITY()
660 __versa_string& in _GLIBCXX_VISIBILITY()
669 __versa_string& in _GLIBCXX_VISIBILITY()
682 __versa_string& in _GLIBCXX_VISIBILITY()
692 __versa_string& in _GLIBCXX_VISIBILITY()
693 append(const __versa_string& __str) in _GLIBCXX_VISIBILITY()
709 __versa_string& in _GLIBCXX_VISIBILITY()
710 append(const __versa_string& __str, size_type __pos, size_type __n) in _GLIBCXX_VISIBILITY()
721 __versa_string& in _GLIBCXX_VISIBILITY()
734 __versa_string& in _GLIBCXX_VISIBILITY()
751 __versa_string& in _GLIBCXX_VISIBILITY()
761 __versa_string& in _GLIBCXX_VISIBILITY()
780 __versa_string& in _GLIBCXX_VISIBILITY()
803 __versa_string& in _GLIBCXX_VISIBILITY()
804 assign(const __versa_string& __str) in _GLIBCXX_VISIBILITY()
819 __versa_string& in _GLIBCXX_VISIBILITY()
820 assign(__versa_string&& __str) noexcept in _GLIBCXX_VISIBILITY()
840 __versa_string& in _GLIBCXX_VISIBILITY()
841 assign(const __versa_string& __str, size_type __pos, size_type __n) in _GLIBCXX_VISIBILITY()
857 __versa_string& in _GLIBCXX_VISIBILITY()
873 __versa_string& in _GLIBCXX_VISIBILITY()
890 __versa_string& in _GLIBCXX_VISIBILITY()
909 __versa_string& in _GLIBCXX_VISIBILITY()
919 __versa_string& in _GLIBCXX_VISIBILITY()
1037 __versa_string& in _GLIBCXX_VISIBILITY()
1038 insert(size_type __pos1, const __versa_string& __str) in _GLIBCXX_VISIBILITY()
1060 __versa_string& in _GLIBCXX_VISIBILITY()
1061 insert(size_type __pos1, const __versa_string& __str, in _GLIBCXX_VISIBILITY()
1083 __versa_string& in _GLIBCXX_VISIBILITY()
1102 __versa_string& in _GLIBCXX_VISIBILITY()
1126 __versa_string& in _GLIBCXX_VISIBILITY()
1173 __versa_string& in _GLIBCXX_VISIBILITY()
1257 __versa_string& in _GLIBCXX_VISIBILITY()
1258 replace(size_type __pos, size_type __n, const __versa_string& __str) in _GLIBCXX_VISIBILITY()
1280 __versa_string& in _GLIBCXX_VISIBILITY()
1281 replace(size_type __pos1, size_type __n1, const __versa_string& __str, in _GLIBCXX_VISIBILITY()
1308 __versa_string& in _GLIBCXX_VISIBILITY()
1332 __versa_string& in _GLIBCXX_VISIBILITY()
1356 __versa_string& in _GLIBCXX_VISIBILITY()
1374 __versa_string& in _GLIBCXX_VISIBILITY()
1377 const __versa_string& __str) in _GLIBCXX_VISIBILITY()
1379 replace(iterator __i1, iterator __i2, const __versa_string& __str) in _GLIBCXX_VISIBILITY()
1397 __versa_string& in _GLIBCXX_VISIBILITY()
1423 __versa_string& in _GLIBCXX_VISIBILITY()
1448 __versa_string& in _GLIBCXX_VISIBILITY()
1478 __versa_string& in _GLIBCXX_VISIBILITY()
1490 __versa_string& in _GLIBCXX_VISIBILITY()
1504 __versa_string& in _GLIBCXX_VISIBILITY()
1520 __versa_string& in _GLIBCXX_VISIBILITY()
1536 __versa_string& in _GLIBCXX_VISIBILITY()
1552 __versa_string& in _GLIBCXX_VISIBILITY()
1582 __versa_string& in _GLIBCXX_VISIBILITY()
1590 __versa_string& in _GLIBCXX_VISIBILITY()
1596 __versa_string& in _GLIBCXX_VISIBILITY()
1601 __versa_string& in _GLIBCXX_VISIBILITY()
1605 __versa_string& in _GLIBCXX_VISIBILITY()
1609 __versa_string& in _GLIBCXX_VISIBILITY()
1637 swap(__versa_string& __s) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
1694 find(const __versa_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
1739 rfind(const __versa_string& __str, size_type __pos = npos) const in _GLIBCXX_VISIBILITY()
1799 find_first_of(const __versa_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
1863 find_last_of(const __versa_string& __str, size_type __pos = npos) const in _GLIBCXX_VISIBILITY()
1926 find_first_not_of(const __versa_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
1989 find_last_not_of(const __versa_string& __str, in _GLIBCXX_VISIBILITY()
2052 __versa_string in _GLIBCXX_VISIBILITY()
2055 return __versa_string(*this, _M_check(__pos, "__versa_string::substr"), in _GLIBCXX_VISIBILITY()
2074 compare(const __versa_string& __str) const in _GLIBCXX_VISIBILITY()
2110 const __versa_string& __str) const; in _GLIBCXX_VISIBILITY()
2136 compare(size_type __pos1, size_type __n1, const __versa_string& __str, in _GLIBCXX_VISIBILITY()
2219 __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2220 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2221 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs); in _GLIBCXX_VISIBILITY()
2231 __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2233 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs); in _GLIBCXX_VISIBILITY()
2243 __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2245 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs); in _GLIBCXX_VISIBILITY()
2255 __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2256 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2267 __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2268 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2274 inline __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2275 operator+(__versa_string<_CharT, _Traits, _Alloc, _Base>&& __lhs, in _GLIBCXX_VISIBILITY()
2276 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2281 inline __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2282 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2283 __versa_string<_CharT, _Traits, _Alloc, _Base>&& __rhs) in _GLIBCXX_VISIBILITY()
2288 inline __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2289 operator+(__versa_string<_CharT, _Traits, _Alloc, _Base>&& __lhs, in _GLIBCXX_VISIBILITY()
2290 __versa_string<_CharT, _Traits, _Alloc, _Base>&& __rhs) in _GLIBCXX_VISIBILITY()
2301 inline __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2303 __versa_string<_CharT, _Traits, _Alloc, _Base>&& __rhs) in _GLIBCXX_VISIBILITY()
2308 inline __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2310 __versa_string<_CharT, _Traits, _Alloc, _Base>&& __rhs) in _GLIBCXX_VISIBILITY()
2315 inline __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2316 operator+(__versa_string<_CharT, _Traits, _Alloc, _Base>&& __lhs, in _GLIBCXX_VISIBILITY()
2322 inline __versa_string<_CharT, _Traits, _Alloc, _Base> in _GLIBCXX_VISIBILITY()
2323 operator+(__versa_string<_CharT, _Traits, _Alloc, _Base>&& __lhs, in _GLIBCXX_VISIBILITY()
2338 operator==(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2339 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2345 operator==(const __versa_string<_CharT, std::char_traits<_CharT>, in _GLIBCXX_VISIBILITY()
2347 const __versa_string<_CharT, std::char_traits<_CharT>, in _GLIBCXX_VISIBILITY()
2363 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2375 operator==(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2389 operator!=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2390 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2403 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2415 operator!=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2429 operator<(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2430 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2442 operator<(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2456 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2469 operator>(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2470 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2482 operator>(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2496 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2509 operator<=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2510 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2522 operator<=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2536 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2549 operator>=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2550 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2562 operator>=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2576 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2589 swap(__versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, in _GLIBCXX_VISIBILITY()
2590 __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) in _GLIBCXX_VISIBILITY()
2616 __gnu_cxx::__versa_string<_CharT, _Traits, in _GLIBCXX_VISIBILITY()
2632 const __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()
2658 __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str, in _GLIBCXX_VISIBILITY()
2678 __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str) in _GLIBCXX_VISIBILITY()