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

/external/stlport/stlport/stl/
H A D_raw_storage_iter.h56 _Param_Construct(&*_M_iter, __element);
H A D_construct.h150 inline void _Param_Construct(_T1* __p, const _T2& __val) { function
162 _Param_Construct(__p, __val);
274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); }
H A D_uninitialized.h57 _Param_Construct(&*__cur, *__first);
87 _Param_Construct(&*__cur, *__first);
167 _Param_Construct(&*__cur, *__first);
222 _Param_Construct(&*__cur, __x);
250 _Param_Construct(&*__cur, __x);
289 _Param_Construct(&*__cur, __x);

Completed in 53 milliseconds