Searched refs:_M_copy (Results 1 – 6 of 6) sorted by relevance
/external/stlport/stlport/stl/ |
D | _string.c | 328 _M_copy(__first, __last, __pos); in _M_insert() 336 _M_copy(__first, __last, __pos); in _M_insert() 352 _M_copy(__first, __mid, __pos); in _M_insert() 396 _M_copy(__f, __l, __first); in _M_replace() 402 _M_copy(__f, __m, __first); in _M_replace()
|
D | _tree.c | 334 _M_root() = _M_copy(__x._M_root(), &this->_M_header._M_data); 624 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::_M_copy(_Rb_tree_node_base* __x, in _M_copy() function 632 _S_right(__top) = _M_copy(_S_right(__x), __top); in _M_copy() 641 _S_right(__y) = _M_copy(_S_right(__x), __y); in _M_copy()
|
D | _tree.h | 377 _Base_ptr _M_copy(_Base_ptr __x, _Base_ptr __p); 399 _M_root() = _M_copy(__x._M_root(), &this->_M_header._M_data);
|
D | _string_workaround.h | 450 _Base::_M_copy(__f, __l, __res); in _M_copyT()
|
D | _string.h | 675 void _M_copy(const _CharT* __f, const _CharT* __l, _CharT* __res) { in _M_copy() function
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 5517 * stlport/stl/_hashtable.c: Fix of the _M_copy method thanks Timothy 7292 * _string.h, _string.c: Modification of the _M_copy method
|