Lines Matching refs:replace

782         { return this->replace(_M_iend(), _M_iend(), __first, __last); }  in _GLIBCXX_VISIBILITY()
911 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); } in _GLIBCXX_VISIBILITY()
945 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
964 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
989 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1008 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY()
1039 { return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY()
1063 { return this->replace(__pos1, size_type(0), __str._M_data() in _GLIBCXX_VISIBILITY()
1085 { return this->replace(__pos, size_type(0), __s, __n); } in _GLIBCXX_VISIBILITY()
1106 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY()
1258 replace(size_type __pos, size_type __n, const __versa_string& __str) in _GLIBCXX_VISIBILITY()
1259 { return this->replace(__pos, __n, __str._M_data(), __str.size()); } in _GLIBCXX_VISIBILITY()
1281 replace(size_type __pos1, size_type __n1, const __versa_string& __str, in _GLIBCXX_VISIBILITY()
1284 return this->replace(__pos1, __n1, __str._M_data() in _GLIBCXX_VISIBILITY()
1309 replace(size_type __pos, size_type __n1, const _CharT* __s, in _GLIBCXX_VISIBILITY()
1333 replace(size_type __pos, size_type __n1, const _CharT* __s) in _GLIBCXX_VISIBILITY()
1336 return this->replace(__pos, __n1, __s, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
1357 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) in _GLIBCXX_VISIBILITY()
1376 replace(const_iterator __i1, const_iterator __i2, in _GLIBCXX_VISIBILITY()
1379 replace(iterator __i1, iterator __i2, const __versa_string& __str) in _GLIBCXX_VISIBILITY()
1381 { return this->replace(__i1, __i2, __str._M_data(), __str.size()); } in _GLIBCXX_VISIBILITY()
1399 replace(const_iterator __i1, const_iterator __i2, in _GLIBCXX_VISIBILITY()
1402 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) in _GLIBCXX_VISIBILITY()
1407 return this->replace(__i1 - _M_ibegin(), __i2 - __i1, __s, __n); in _GLIBCXX_VISIBILITY()
1425 replace(const_iterator __i1, const_iterator __i2, const _CharT* __s) in _GLIBCXX_VISIBILITY()
1427 replace(iterator __i1, iterator __i2, const _CharT* __s) in _GLIBCXX_VISIBILITY()
1431 return this->replace(__i1, __i2, __s, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
1450 replace(const_iterator __i1, const_iterator __i2, size_type __n, in _GLIBCXX_VISIBILITY()
1453 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c) in _GLIBCXX_VISIBILITY()
1479 replace(const_iterator __i1, const_iterator __i2, in _GLIBCXX_VISIBILITY()
1491 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1506 replace(const_iterator __i1, const_iterator __i2, in _GLIBCXX_VISIBILITY()
1509 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1516 return this->replace(__i1 - _M_ibegin(), __i2 - __i1, in _GLIBCXX_VISIBILITY()
1522 replace(const_iterator __i1, const_iterator __i2, in _GLIBCXX_VISIBILITY()
1525 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1532 return this->replace(__i1 - _M_ibegin(), __i2 - __i1, in _GLIBCXX_VISIBILITY()
1538 replace(const_iterator __i1, const_iterator __i2, in _GLIBCXX_VISIBILITY()
1541 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1548 return this->replace(__i1 - _M_ibegin(), __i2 - __i1, in _GLIBCXX_VISIBILITY()
1554 replace(const_iterator __i1, const_iterator __i2, in _GLIBCXX_VISIBILITY()
1557 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1564 return this->replace(__i1 - _M_ibegin(), __i2 - __i1, in _GLIBCXX_VISIBILITY()
1583 replace(const_iterator __i1, const_iterator __i2, in _GLIBCXX_VISIBILITY()
1585 { return this->replace(__i1, __i2, __l.begin(), __l.end()); } in _GLIBCXX_VISIBILITY()