Lines Matching refs:replace

783         { return this->replace(_M_iend(), _M_iend(), __first, __last); }  in _GLIBCXX_VISIBILITY()
912 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); } in _GLIBCXX_VISIBILITY()
946 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
965 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
990 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1009 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY()
1040 { return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY()
1064 { return this->replace(__pos1, size_type(0), __str._M_data() in _GLIBCXX_VISIBILITY()
1086 { return this->replace(__pos, size_type(0), __s, __n); } in _GLIBCXX_VISIBILITY()
1107 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY()
1259 replace(size_type __pos, size_type __n, const __versa_string& __str) in _GLIBCXX_VISIBILITY()
1260 { return this->replace(__pos, __n, __str._M_data(), __str.size()); } in _GLIBCXX_VISIBILITY()
1282 replace(size_type __pos1, size_type __n1, const __versa_string& __str, in _GLIBCXX_VISIBILITY()
1285 return this->replace(__pos1, __n1, __str._M_data() in _GLIBCXX_VISIBILITY()
1310 replace(size_type __pos, size_type __n1, const _CharT* __s, in _GLIBCXX_VISIBILITY()
1334 replace(size_type __pos, size_type __n1, const _CharT* __s) in _GLIBCXX_VISIBILITY()
1337 return this->replace(__pos, __n1, __s, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
1358 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) in _GLIBCXX_VISIBILITY()
1377 replace(const_iterator __i1, const_iterator __i2, in _GLIBCXX_VISIBILITY()
1380 replace(iterator __i1, iterator __i2, const __versa_string& __str) in _GLIBCXX_VISIBILITY()
1382 { return this->replace(__i1, __i2, __str._M_data(), __str.size()); } in _GLIBCXX_VISIBILITY()
1400 replace(const_iterator __i1, const_iterator __i2, in _GLIBCXX_VISIBILITY()
1403 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) in _GLIBCXX_VISIBILITY()
1408 return this->replace(__i1 - _M_ibegin(), __i2 - __i1, __s, __n); in _GLIBCXX_VISIBILITY()
1426 replace(const_iterator __i1, const_iterator __i2, const _CharT* __s) in _GLIBCXX_VISIBILITY()
1428 replace(iterator __i1, iterator __i2, const _CharT* __s) in _GLIBCXX_VISIBILITY()
1432 return this->replace(__i1, __i2, __s, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
1451 replace(const_iterator __i1, const_iterator __i2, size_type __n, in _GLIBCXX_VISIBILITY()
1454 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c) in _GLIBCXX_VISIBILITY()
1480 replace(const_iterator __i1, const_iterator __i2, in _GLIBCXX_VISIBILITY()
1492 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1507 replace(const_iterator __i1, const_iterator __i2, in _GLIBCXX_VISIBILITY()
1510 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1517 return this->replace(__i1 - _M_ibegin(), __i2 - __i1, in _GLIBCXX_VISIBILITY()
1523 replace(const_iterator __i1, const_iterator __i2, in _GLIBCXX_VISIBILITY()
1526 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1533 return this->replace(__i1 - _M_ibegin(), __i2 - __i1, in _GLIBCXX_VISIBILITY()
1539 replace(const_iterator __i1, const_iterator __i2, in _GLIBCXX_VISIBILITY()
1542 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1549 return this->replace(__i1 - _M_ibegin(), __i2 - __i1, in _GLIBCXX_VISIBILITY()
1555 replace(const_iterator __i1, const_iterator __i2, in _GLIBCXX_VISIBILITY()
1558 replace(iterator __i1, iterator __i2, in _GLIBCXX_VISIBILITY()
1565 return this->replace(__i1 - _M_ibegin(), __i2 - __i1, in _GLIBCXX_VISIBILITY()
1584 replace(const_iterator __i1, const_iterator __i2, in _GLIBCXX_VISIBILITY()
1586 { return this->replace(__i1, __i2, __l.begin(), __l.end()); } in _GLIBCXX_VISIBILITY()