Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_msvc.h86 # define _STLP_IS_POD(T) __is_pod(T) macro
D_mwerks.h144 # define _STLP_IS_POD(T) Metrowerks::is_POD<T>::value macro
/ndk/sources/cxx-stl/stlport/stlport/stl/
Dtype_traits.h253 typedef typename __bool2type<_STLP_IS_POD(_Tp)>::_Ret is_POD_type;