Searched refs:_M_replace (Results 1 - 3 of 3) sorted by relevance
/external/stlport/stlport/stl/ |
H A D | _string.h | 820 return _M_replace(begin() + __pos, begin() + __pos + __len, 834 return _M_replace(begin() + __pos1, begin() + __pos1 + __len1, 847 return _M_replace(begin() + __pos, begin() + __pos + __len, 869 return _M_replace(__first, __last, __s._M_Start(), __s._M_Finish(), &__s == this); 876 return _M_replace(__first, __last, __s, __s + __n, _M_inside(__s)); 883 return _M_replace(__first, __last, __s, __s + _Traits::length(__s), _M_inside(__s)); 889 _Self& _M_replace(iterator __first, iterator __last, 906 return _M_replace(__first, __last, __self._M_Start(), __self._M_Finish(), false); 927 return _M_replace(__first, __last, __f, __l, _M_inside(__f));
|
H A D | _string_workaround.h | 546 return _M_replace(__first, __last, __f, __l, this->_M_inside(__f)); 551 _Self& _M_replace(iterator __first, iterator __last, function in class:basic_string 555 _Base::_M_replace(__first, __last, __f, __l, __self_ref); 572 return _M_replace(__first, __last, __self._M_Start(), __self._M_Finish(), false);
|
H A D | _string.c | 389 basic_string<_CharT,_Traits,_Alloc> ::_M_replace(iterator __first, iterator __last, function in class:_Alloc
|
Completed in 192 milliseconds