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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
vstring_util.h 109 _S_copy(_CharT* __d, const _CharT* __s, size_type __n)
165 { _S_copy(__p, __k1, __k2 - __k1); }
169 { _S_copy(__p, __k1, __k2 - __k1); }
vstring_util.h 109 _S_copy(_CharT* __d, const _CharT* __s, size_type __n)
165 { _S_copy(__p, __k1, __k2 - __k1); }
169 { _S_copy(__p, __k1, __k2 - __k1); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
vstring_util.h 107 _S_copy(_CharT* __d, const _CharT* __s, size_type __n)
163 { _S_copy(__p, __k1, __k2 - __k1); }
167 { _S_copy(__p, __k1, __k2 - __k1); }
vstring_util.h 107 _S_copy(_CharT* __d, const _CharT* __s, size_type __n)
163 { _S_copy(__p, __k1, __k2 - __k1); }
167 { _S_copy(__p, __k1, __k2 - __k1); }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
basic_string.h 430 _S_copy(_CharT* __d, const _CharT* __s, size_type __n)
483 { _S_copy(__p, __k1, __k2 - __k1); }
489 { _S_copy(__p, __k1, __k2 - __k1); }
882 this->_S_copy(_M_data(), __str._M_data(), __str.size());
1771 _S_copy(_M_data(), __l.begin(), __n);
basic_string.h 430 _S_copy(_CharT* __d, const _CharT* __s, size_type __n)
483 { _S_copy(__p, __k1, __k2 - __k1); }
489 { _S_copy(__p, __k1, __k2 - __k1); }
882 this->_S_copy(_M_data(), __str._M_data(), __str.size());
1771 _S_copy(_M_data(), __l.begin(), __n);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
basic_string.h 428 _S_copy(_CharT* __d, const _CharT* __s, size_type __n)
481 { _S_copy(__p, __k1, __k2 - __k1); }
487 { _S_copy(__p, __k1, __k2 - __k1); }
879 this->_S_copy(_M_data(), __str._M_data(), __str.size());
basic_string.h 428 _S_copy(_CharT* __d, const _CharT* __s, size_type __n)
481 { _S_copy(__p, __k1, __k2 - __k1); }
487 { _S_copy(__p, __k1, __k2 - __k1); }
879 this->_S_copy(_M_data(), __str._M_data(), __str.size());

Completed in 38 milliseconds