Home
last modified time | relevance | path

Searched refs:is_class (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_class.hpp105 template <class T> struct is_class : public integral_constant<bool, ::boost::detail::is_class_impl<… struct
107 template <class T> struct is_class<const T> : public is_class<T>{}; struct
108 template <class T> struct is_class<const volatile T> : public is_class<T>{}; struct
109 template <class T> struct is_class<volatile T> : public is_class<T>{}; struct
H A Dis_polymorphic.hpp77 template <bool is_class>
100 typedef is_polymorphic_selector< ::boost::is_class<T>::value> selector;
H A Dis_empty.hpp75 …value = ( ::boost::detail::empty_helper<cvt,::boost::is_class<T>::value>::value || BOOST_INTERNAL_…
104 , ::boost::is_class<T>::value
H A Dis_base_and_derived.hpp211 ::boost::is_class<B>::value,
212 ::boost::is_class<D>::value,
H A Dis_stateless.hpp27 && ::boost::is_class<T>::value
H A Dis_base_of.hpp26 (::boost::is_same<ncvB,ncvD>::value && ::boost::is_class<ncvB>::value)));
H A Dis_destructible.hpp45 … struct is_destructible : public integral_constant<bool, is_pod<T>::value || is_class<T>::value>{};
H A Dis_abstract.hpp132 typedef is_abstract_select< ::boost::is_class<T>::value> selector;
H A Dis_enum.hpp44 BOOST_STATIC_CONSTANT(bool, value = ::boost::is_class<T>::value || ::boost::is_union<T>::value);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/detail/
H A Dhas_member_size.hpp55 typename is_class<T>::type,
60 is_class<T>::value && has_member_size_impl<const T>::value;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Ddecltype.hpp115 is_class<T>::value
127 is_class<T>::value
139 is_class<T>::value
151 is_class<T>::value
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dmove_helpers.hpp30 …typename ::boost::move_detail::if_< ::boost::move_detail::is_class<U>, BOOST_CATCH_CONST_RLVALUE(U…
32 …typename ::boost::move_detail::if_< ::boost::move_detail::is_class<U>, BOOST_RV_REF(U), ::boost::m…
53 , ::boost::move_detail::is_class<TYPE>
66 , ::boost::move_detail::is_class<BOOST_MOVE_TEMPL_PARAM>
H A Dtype_traits.hpp611 struct is_class struct
700 template <typename T, bool IsClass = is_class<T>::value >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/detail/
H A Dcommon_type_impl.hpp44 BOOST_STATIC_CONSTANT( bool, ct = boost::is_class<T>::value || boost::is_union<T>::value );
45 BOOST_STATIC_CONSTANT( bool, cu = boost::is_class<U>::value || boost::is_union<U>::value );
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/
H A Dfilter_iterator.hpp71 BOOST_STATIC_ASSERT(is_class<Predicate>::value); in filter_iterator()
122 is_class<Predicate> in make_filter_iterator()
H A Dtransform_iterator.hpp98 BOOST_STATIC_ASSERT(is_class<UnaryFunc>::value); in transform_iterator()
145 is_class<UnaryFunc> // We should probably find a cheaper test than is_class<>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/
H A Dindirect_traits.hpp173 , is_class<
187 , is_class<
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dis_sequence.hpp69 boost::is_class<T>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dhas_rebind.hpp87 is_class<T>
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dnested_exception.h125 using __nest = __and_<is_class<_Up>, __bool_constant<!__is_final(_Up)>, in throw_with_nested()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dnested_exception.h125 using __nest = __and_<is_class<_Up>, __bool_constant<!__is_final(_Up)>, in throw_with_nested()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/utility/detail/
H A Dresult_of_iterate.hpp100 is_class<typename remove_reference<F>::type>, in BOOST_PP_CAT()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/
H A Dcore.hpp87 < ::boost::move_detail::is_class<T>::value
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dtype_traits47 template <class T> struct is_class;
257 = is_class<T>::value; // C++17
836 // is_class
838 #if __has_feature(is_class) || (_GNUC_VER >= 403)
840 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_class
851 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_class
859 = is_class<_Tp>::value;
885 template <class _Tp, bool = is_class<_Tp>::value ||
976 !is_class<_Tp>::value &&
1035 is_class<_Tp>::value > {};
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dtype_traits47 template <class T> struct is_class;
257 = is_class<T>::value; // C++17
836 // is_class
838 #if __has_feature(is_class) || (_GNUC_VER >= 403)
840 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_class
851 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_class
859 = is_class<_Tp>::value;
885 template <class _Tp, bool = is_class<_Tp>::value ||
976 !is_class<_Tp>::value &&
1035 is_class<_Tp>::value > {};
[all …]

12