HomeSort by relevance Sort by last modified time
    Searched refs:__another (Results 1 - 18 of 18) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
sso_string_base.h 428 _CharT* __another = _M_create(__capacity, __len); local
429 this->_S_copy(__another, _M_data(), __len);
431 _M_data(__another);
rc_string_base.h 520 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); local
521 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
523 __r = __another;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
sso_string_base.h 434 _CharT* __another = _M_create(__capacity, __len); local
435 this->_S_copy(__another, _M_data(), __len);
437 _M_data(__another);
rc_string_base.h 534 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); local
535 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
537 __r = __another;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
sso_string_base.h 434 _CharT* __another = _M_create(__capacity, __len); local
435 this->_S_copy(__another, _M_data(), __len);
437 _M_data(__another);
rc_string_base.h 534 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); local
535 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
537 __r = __another;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 428 _CharT* __another = _M_create(__capacity, __len); local
429 this->_S_copy(__another, _M_data(), __len);
431 _M_data(__another);
rc_string_base.h 520 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); local
521 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
523 __r = __another;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 428 _CharT* __another = _M_create(__capacity, __len); local
429 this->_S_copy(__another, _M_data(), __len);
431 _M_data(__another);
rc_string_base.h 520 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); local
521 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
523 __r = __another;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 428 _CharT* __another = _M_create(__capacity, __len); local
429 this->_S_copy(__another, _M_data(), __len);
431 _M_data(__another);
rc_string_base.h 520 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); local
521 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
523 __r = __another;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
sso_string_base.h 428 _CharT* __another = _M_create(__capacity, __len); local
429 this->_S_copy(__another, _M_data(), __len);
431 _M_data(__another);
rc_string_base.h 520 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); local
521 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
523 __r = __another;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
sso_string_base.h 434 _CharT* __another = _M_create(__capacity, __len); local
435 this->_S_copy(__another, _M_data(), __len);
437 _M_data(__another);
rc_string_base.h 534 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); local
535 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
537 __r = __another;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
sso_string_base.h 413 _CharT* __another = _M_create(__capacity, __len); local
414 this->_S_copy(__another, _M_data(), __len);
416 _M_data(__another);
rc_string_base.h 534 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); local
535 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
537 __r = __another;

Completed in 67 milliseconds