HomeSort by: relevance | last modified time | path
    Searched defs:__another (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
sso_string_base.h 418 _CharT* __another = _M_create(__capacity, __len); local
419 this->_S_copy(__another, _M_data(), __len);
421 _M_data(__another);
rc_string_base.h 541 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); local
542 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
544 __r = __another;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
sso_string_base.h 416 _CharT* __another = _M_create(__capacity, __len); local
417 this->_S_copy(__another, _M_data(), __len);
419 _M_data(__another);
rc_string_base.h 539 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); local
540 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
542 __r = __another;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
cow_string.h 3159 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); local
3160 _M_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
3162 __r = __another;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
cow_string.h 3069 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); local
3070 _M_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
3072 __r = __another;

Completed in 36 milliseconds