Searched refs:__another (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/libstdc++/include/ext/ |
| D | sso_string_base.h | 381 _CharT* __another = _M_create(__capacity, __len); in _M_construct() local 382 _S_copy(__another, _M_data(), __len); in _M_construct() 384 _M_data(__another); in _M_construct()
|
| D | rc_string_base.h | 519 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); in _S_construct() local 520 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len); in _S_construct() 522 __r = __another; in _S_construct()
|
| /freebsd-9-stable/contrib/libstdc++/include/bits/ |
| D | basic_string.tcc | 115 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); in _S_construct() local 116 _M_copy(__another->_M_refdata(), __r->_M_refdata(), __len); in _S_construct() 118 __r = __another; in _S_construct()
|