Searched refs:_Is_POD (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h113 _Construct_aux (__p, _Is_POD(__p)._Answer());
134 _Copy_Construct_aux(__p, __val, _Is_POD(__p)._Answer());
154 _Param_Construct_aux(__p, __val, _Is_POD(__p)._Answer());
178 _Move_Construct_Aux(__p, __val, _Is_POD(__p)._Answer());
H A Dtype_traits.h551 inline _IsPOD<_Tp> _Is_POD(_Tp*) function
619 # define _STLP_IS_POD_ITER(_It, _Tp) _Is_POD( _STLP_VALUE_TYPE( _It, _Tp ) )._Answer()

Completed in 60 milliseconds