Searched refs:_Copy_Construct (Results 1 – 12 of 12) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _carray.h | 39 _Copy_Construct(__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)), __val); in _CArray()
|
D | _string_sum_methods.h | 42 _STLP_STD::_Copy_Construct(__buf, __c.getValue()); in _M_append_fast() 62 _STLP_STD::_Copy_Construct(__buf, __c.getValue()); in _M_append_fast_pos()
|
D | _construct.h | 130 inline void _Copy_Construct(_Tp* __p, const _Tp& __val) { in _Copy_Construct() function
|
D | _vector.c | 94 _Copy_Construct(__new_finish, __x); in _M_insert_overflow_aux()
|
D | _alloc.h | 331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); } in construct()
|
D | _deque.c | 386 _Copy_Construct(this->_M_finish._M_cur, __t); in _M_push_back_aux_v() 418 _Copy_Construct(this->_M_start._M_cur, __t); in _M_push_front_aux_v()
|
D | _deque.h | 673 _Copy_Construct(this->_M_finish._M_cur, __t); 685 _Copy_Construct(this->_M_start._M_cur - 1, __t);
|
D | _tree.h | 318 _Copy_Construct(&__tmp->_M_value_field, __x);
|
D | _list.h | 287 _Copy_Construct(&__p->_M_data, __x);
|
D | _vector.h | 381 _Copy_Construct(this->_M_finish, __x);
|
D | _slist.h | 256 _Copy_Construct(&__node->_M_data, __x);
|
D | _rope.h | 1398 _Copy_Construct(__buf, __c);
|