Home
last modified time | relevance | path

Searched refs:_Copy_Construct (Results 1 – 13 of 13) sorted by relevance

/reactos/sdk/include/c++/stlport/stl/
H A D_carray.h39 _Copy_Construct(__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)), __val); in _CArray()
H A D_string_sum_methods.h42 _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.h130 inline void _Copy_Construct(_Tp* __p, const _Tp& __val) { in _Copy_Construct() function
H A D_vector.c94 _Copy_Construct(__new_finish, __x); in _M_insert_overflow_aux()
H A D_alloc.h331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); } in construct()
H A D_deque.c386 _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.h673 _Copy_Construct(this->_M_finish._M_cur, __t);
685 _Copy_Construct(this->_M_start._M_cur - 1, __t);
H A D_tree.h318 _Copy_Construct(&__tmp->_M_value_field, __x);
H A D_list.h287 _Copy_Construct(&__p->_M_data, __x);
H A D_vector.h384 _Copy_Construct(this->_M_finish, __x);
H A D_slist.h256 _Copy_Construct(&__node->_M_data, __x);
H A D_rope.h1396 _Copy_Construct(__buf, __c);
/reactos/sdk/lib/3rdparty/stlport/etc/
H A DChangeLog-5.15100 * stlport/stl/_construct.h: Simplification of the _Copy_Construct
5103 that replace the former _Copy_Construct implementation.