Searched refs:_S_move (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | vstring.tcc | 113 this->_S_move(__p + __n2, __p + __n1, __how_much); in _M_replace_aux() 145 this->_S_move(__p + __len2, __p + __len1, __how_much); in _M_replace() 153 this->_S_move(__p, __s, __len2); in _M_replace() 155 this->_S_move(__p + __len2, __p + __len1, __how_much); in _M_replace() 159 this->_S_move(__p, __s, __len2); in _M_replace() 165 this->_S_move(__p, __s, __nleft); in _M_replace()
|
| D | vstring_util.h | 121 _S_move(_CharT* __d, const _CharT* __s, size_type __n) in _S_move() function
|
| D | sso_string_base.h | 537 _S_move(_M_data() + __pos, _M_data() + __pos + __n, in _M_erase()
|
| D | rc_string_base.h | 684 _S_move(_M_data() + __pos, in _M_erase()
|