HomeSort by relevance Sort by last modified time
    Searched refs:any_pod_type (Results 1 - 3 of 3) sorted by null

  /external/stlport/test/unit/
type_traits_test.cpp 101 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> {
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 101 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> {
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 101 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 363 milliseconds