Searched refs:_Copy_Construct (Results 1 – 13 of 13) sorted by relevance
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _carray.h | 39 _Copy_Construct(__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)), __val); in _CArray()
|
H A 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()
|
H A D | _construct.h | 130 inline void _Copy_Construct(_Tp* __p, const _Tp& __val) { in _Copy_Construct() function
|
H A D | _vector.c | 94 _Copy_Construct(__new_finish, __x); in _M_insert_overflow_aux()
|
H A D | _alloc.h | 331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); } in construct()
|
H A 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()
|
H A D | _deque.h | 673 _Copy_Construct(this->_M_finish._M_cur, __t); 685 _Copy_Construct(this->_M_start._M_cur - 1, __t);
|
H A D | _tree.h | 318 _Copy_Construct(&__tmp->_M_value_field, __x);
|
H A D | _list.h | 287 _Copy_Construct(&__p->_M_data, __x);
|
H A D | _vector.h | 384 _Copy_Construct(this->_M_finish, __x);
|
H A D | _slist.h | 256 _Copy_Construct(&__node->_M_data, __x);
|
H A D | _rope.h | 1396 _Copy_Construct(__buf, __c);
|
/reactos/sdk/lib/3rdparty/stlport/etc/ |
H A D | ChangeLog-5.1 | 5100 * stlport/stl/_construct.h: Simplification of the _Copy_Construct 5103 that replace the former _Copy_Construct implementation.
|