Searched refs:_M_copy (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/libstdcxx-60/src/
H A Dcompatibility.cc38 #define _M_copy(a, b, c) _M_copyXX(a, b, c) macro
253 basic_string<char>::_M_copy(char*, const char*, size_t);
299 basic_string<wchar_t>::_M_copy(wchar_t*, const wchar_t*, size_t);
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dstl_tree.h563 _M_copy(_Const_Link_type __x, _Link_type __p);
586 _M_root() = _M_copy(__x._M_begin(), _M_end());
821 _M_root() = _M_copy(__x._M_begin(), _M_end());
1284 _M_copy(_Const_Link_type __x, _Link_type __p) function in class:_Rb_tree
1293 __top->_M_right = _M_copy(_S_right(__x), __top);
1303 __y->_M_right = _M_copy(_S_right(__x), __y);
H A Dbasic_string.h341 _M_copy(_CharT* __d, const _CharT* __s, size_type __n) function in class:basic_string
387 { _M_copy(__p, __k1, __k2 - __k1); }
391 { _M_copy(__p, __k1, __k2 - __k1); }

Completed in 181 milliseconds