Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_msvc.h83 # define _STLP_HAS_TRIVIAL_COPY(T) __has_trivial_copy(T) macro
D_mwerks.h141 # define _STLP_HAS_TRIVIAL_COPY(T) Metrowerks::has_trivial_copy_ctor<T>::value macro
/ndk/sources/cxx-stl/stlport/stlport/stl/
Dtype_traits.h250 typedef typename __bool2type<_STLP_HAS_TRIVIAL_COPY(_Tp)>::_Ret has_trivial_copy_constructor;