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

/external/stlport/test/unit/
H A Dtype_traits_test.cpp101 struct any_pod_type struct
106 BOOST_BROKEN_COMPILER_TYPE_TRAITS_SPECIALIZATION(any_pod_type)
109 any_pod_type any_pod;
110 any_pod_type* any_pod_pointer;
111 any_pod_type const* any_pod_const_pointer;
112 any_pod_type volatile* any_pod_volatile_pointer;
113 any_pod_type const volatile* any_pod_const_volatile_pointer;
119 struct __type_traits<any_pod_type> {

Completed in 514 milliseconds