Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_construct.h138 __attribute__((always_inline)) inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const _… in _Param_Construct_aux() function
143 __attribute__((always_inline)) inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const _… in _Param_Construct_aux() function
154 _Param_Construct_aux(__p, __val, _Is_POD(__p)._Answer()); in _Param_Construct()