• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/ext/

Lines Matching defs:__versa_string

47    *  @class __versa_string vstring.h
48 * @brief Template class __versa_string.
56 class __versa_string
73 typedef __gnu_cxx::__normal_iterator<pointer, __versa_string> iterator;
74 typedef __gnu_cxx::__normal_iterator<const_pointer, __versa_string>
134 __versa_string()
141 __versa_string(const _Alloc& __a)
149 __versa_string(const __versa_string& __str)
161 __versa_string(__versa_string&& __str) noexcept
169 __versa_string(std::initializer_list<_CharT> __l,
180 __versa_string(const __versa_string& __str, size_type __pos,
184 "__versa_string::__versa_string"),
195 __versa_string(const __versa_string& __str, size_type __pos,
199 "__versa_string::__versa_string"),
212 __versa_string(const _CharT* __s, size_type __n,
221 __versa_string(const _CharT* __s, const _Alloc& __a = _Alloc())
231 __versa_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc())
246 __versa_string(_InputIterator __beg, _InputIterator __end,
253 ~__versa_string() _GLIBCXX_NOEXCEPT { }
259 __versa_string&
260 operator=(const __versa_string& __str)
271 __versa_string&
272 operator=(__versa_string&& __str)
283 __versa_string&
295 __versa_string&
306 __versa_string&
582 std::__throw_out_of_range(__N("__versa_string::at"));
601 std::__throw_out_of_range(__N("__versa_string::at"));
646 __versa_string&
647 operator+=(const __versa_string& __str)
655 __versa_string&
664 __versa_string&
677 __versa_string&
687 __versa_string&
688 append(const __versa_string& __str)
704 __versa_string&
705 append(const __versa_string& __str, size_type __pos, size_type __n)
707 + __str._M_check(__pos, "__versa_string::append"),
716 __versa_string&
720 _M_check_length(size_type(0), __n, "__versa_string::append");
729 __versa_string&
734 _M_check_length(size_type(0), __n, "__versa_string::append");
746 __versa_string&
756 __versa_string&
775 __versa_string&
798 __versa_string&
799 assign(const __versa_string& __str)
814 __versa_string&
815 assign(__versa_string&& __str)
835 __versa_string&
836 assign(const __versa_string& __str, size_type __pos, size_type __n)
838 + __str._M_check(__pos, "__versa_string::assign"),
852 __versa_string&
868 __versa_string&
885 __versa_string&
904 __versa_string&
914 __versa_string&
982 __versa_string&
983 insert(size_type __pos1, const __versa_string& __str)
1005 __versa_string&
1006 insert(size_type __pos1, const __versa_string& __str,
1009 + __str._M_check(__pos2, "__versa_string::insert"),
1028 __versa_string&
1047 __versa_string&
1071 __versa_string&
1073 { return _M_replace_aux(_M_check(__pos, "__versa_string::insert"),
1114 __versa_string&
1117 this->_M_erase(_M_check(__pos, "__versa_string::erase"),
1190 __versa_string&
1191 replace(size_type __pos, size_type __n, const __versa_string& __str)
1213 __versa_string&
1214 replace(size_type __pos1, size_type __n1, const __versa_string& __str,
1219 "__versa_string::replace"),
1241 __versa_string&
1246 return _M_replace(_M_check(__pos, "__versa_string::replace"),
1265 __versa_string&
1289 __versa_string&
1291 { return _M_replace_aux(_M_check(__pos, "__versa_string::replace"),
1307 __versa_string&
1308 replace(iterator __i1, iterator __i2, const __versa_string& __str)
1325 __versa_string&
1346 __versa_string&
1367 __versa_string&
1392 __versa_string&
1404 __versa_string&
1418 __versa_string&
1428 __versa_string&
1439 __versa_string&
1449 __versa_string&
1474 __versa_string& replace(iterator __i1, iterator __i2,
1481 __versa_string&
1487 __versa_string&
1491 __versa_string&
1495 __versa_string&
1499 __versa_string&
1527 swap(__versa_string& __s)
1584 find(const __versa_string& __str, size_type __pos = 0) const
1629 rfind(const __versa_string& __str, size_type __pos = npos) const
1689 find_first_of(const __versa_string& __str, size_type __pos = 0) const
1753 find_last_of(const __versa_string& __str, size_type __pos = npos) const
1816 find_first_not_of(const __versa_string& __str, size_type __pos = 0) const
1879 find_last_not_of(const __versa_string& __str,
1942 __versa_string
1945 return __versa_string(*this, _M_check(__pos, "__versa_string::substr"),
1964 compare(const __versa_string& __str) const
2000 const __versa_string& __str) const;
2026 compare(size_type __pos1, size_type __n1, const __versa_string& __str,
2109 __versa_string<_CharT, _Traits, _Alloc, _Base>
2110 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2111 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs);
2121 __versa_string<_CharT, _Traits, _Alloc, _Base>
2123 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs);
2133 __versa_string<_CharT, _Traits, _Alloc, _Base>
2135 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs);
2145 __versa_string<_CharT, _Traits, _Alloc, _Base>
2146 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2157 __versa_string<_CharT, _Traits, _Alloc, _Base>
2158 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2164 inline __versa_string<_CharT, _Traits, _Alloc, _Base>
2165 operator+(__versa_string<_CharT, _Traits, _Alloc, _Base>&& __lhs,
2166 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2171 inline __versa_string<_CharT, _Traits, _Alloc, _Base>
2172 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2173 __versa_string<_CharT, _Traits, _Alloc, _Base>&& __rhs)
2178 inline __versa_string<_CharT, _Traits, _Alloc, _Base>
2179 operator+(__versa_string<_CharT, _Traits, _Alloc, _Base>&& __lhs,
2180 __versa_string<_CharT, _Traits, _Alloc, _Base>&& __rhs)
2191 inline __versa_string<_CharT, _Traits, _Alloc, _Base>
2193 __versa_string<_CharT, _Traits, _Alloc, _Base>&& __rhs)
2198 inline __versa_string<_CharT, _Traits, _Alloc, _Base>
2200 __versa_string<_CharT, _Traits, _Alloc, _Base>&& __rhs)
2205 inline __versa_string<_CharT, _Traits, _Alloc, _Base>
2206 operator+(__versa_string<_CharT, _Traits, _Alloc, _Base>&& __lhs,
2212 inline __versa_string<_CharT, _Traits, _Alloc, _Base>
2213 operator+(__versa_string<_CharT, _Traits, _Alloc, _Base>&& __lhs,
2228 operator==(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2229 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2235 operator==(const __versa_string<_CharT, std::char_traits<_CharT>,
2237 const __versa_string<_CharT, std::char_traits<_CharT>,
2253 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2265 operator==(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2279 operator!=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2280 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2293 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2305 operator!=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2319 operator<(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2320 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2332 operator<(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2346 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2359 operator>(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2360 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2372 operator>(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2386 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2399 operator<=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2400 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2412 operator<=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2426 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2439 operator>=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2440 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2452 operator>=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2466 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2479 swap(__versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2480 __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2506 __gnu_cxx::__versa_string<_CharT, _Traits,
2522 const __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc,
2548 __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str,
2568 __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str)