Searched refs:_S_copy (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | sso_string_base.h | 382 _S_copy(__another, _M_data(), __len); in _M_construct() 469 _S_copy(_M_data(), __rcs._M_data(), __rsize); in _M_assign() 491 _S_copy(__tmp, _M_data(), _M_length() + 1); in _M_reserve() 498 _S_copy(_M_local_data, _M_data(), _M_length() + 1); in _M_reserve() 517 _S_copy(__r, _M_data(), __pos); in _M_mutate() 519 _S_copy(__r + __pos, __s, __len2); in _M_mutate() 521 _S_copy(__r + __pos + __len2, in _M_mutate()
|
H A D | rc_string_base.h | 449 _S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length); in _M_clone() 511 _S_copy(__r->_M_refdata(), __buf, __len); in _S_construct() 520 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len); in _S_construct() 647 _S_copy(__r->_M_refdata(), _M_data(), __pos); in _M_mutate() 649 _S_copy(__r->_M_refdata() + __pos, __s, __len2); in _M_mutate() 651 _S_copy(__r->_M_refdata() + __pos + __len2, in _M_mutate() 673 _S_copy(__r->_M_refdata(), _M_data(), __pos); in _M_erase() 675 _S_copy(__r->_M_refdata() + __pos, in _M_erase()
|
H A D | vstring_util.h | 112 _S_copy(_CharT* __d, const _CharT* __s, size_type __n) in _S_copy() function 168 { _S_copy(__p, __k1, __k2 - __k1); } in _S_copy_chars() 172 { _S_copy(__p, __k1, __k2 - __k1); } in _S_copy_chars()
|
H A D | vstring.tcc | 72 this->_S_copy(this->_M_data() + this->size(), __s, __n); in _M_append() 147 this->_S_copy(__p, __s, __len2); in _M_replace() 161 this->_S_copy(__p, __s + __len2 - __len1, __len2); in _M_replace() 166 this->_S_copy(__p + __nleft, __p + __len2, in _M_replace() 262 this->_S_copy(__s, this->_M_data() + __pos, __n); in copy()
|