Home
last modified time | relevance | path

Searched refs:is_enum (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A Dparse-headers.pl37 my $is_enum = 0;
56 if ($is_enum && $ln =~ m/^\s*([_\w][\w\d_]+)\s*[\,=]?/) {
64 $is_enum = 0 if ($is_enum && m/\}/);
67 $is_enum = 0 if ($is_enum && m/\}/);
103 $is_enum = $1;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_enum.hpp148 template <class T> struct is_enum : public integral_constant<bool, ::boost::detail::is_enum_impl<T>… struct
154 template <class T> struct is_enum : public integral_constant<bool, false> {};
160 template <class T> struct is_enum : public integral_constant<bool, BOOST_IS_ENUM(T)> {};
H A Dis_scalar.hpp22 …: public integral_constant<bool, ::boost::is_arithmetic<T>::value || ::boost::is_enum<T>::value ||…
H A Dmake_signed.hpp31 …BOOST_STATIC_ASSERT_MSG(( ::boost::is_integral<T>::value || ::boost::is_enum<T>::value), "The temp…
H A Dmake_unsigned.hpp31 …BOOST_STATIC_ASSERT_MSG((::boost::is_integral<T>::value || ::boost::is_enum<T>::value), "The templ…
H A Dis_signed.hpp71 …ail::is_signed_select_helper< ::boost::is_integral<T>::value || ::boost::is_enum<T>::value> select…
H A Dis_unsigned.hpp71 …l::is_unsigned_select_helper< ::boost::is_integral<T>::value || ::boost::is_enum<T>::value > selec…
H A Dintrinsics.hpp216 # if __has_feature(is_enum)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dtype_traits.hpp46 using ::boost::move_detail::is_enum;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/
H A Dconstant.hpp32 struct Converter<T, typename std::enable_if_t<std::is_enum<T>::value>> {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/
H A Dcall_traits.hpp90 ::boost::is_enum<T>::value
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dvalue.cpp232 Value ValueConverter<T, std::enable_if_t< std::is_enum<T>::value >>::toExpressionValue(const T& val… in toExpressionValue()
237 optional<T> ValueConverter<T, std::enable_if_t< std::is_enum<T>::value >>::fromExpressionValue(cons… in fromExpressionValue()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/
H A Dhash.hpp158 typename boost::enable_if<boost::is_enum<T>, std::size_t>::type
298 typename boost::enable_if<boost::is_enum<T>, std::size_t>::type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dinterpolate.hpp117 struct Interpolator<T, typename std::enable_if_t<std::is_enum<T>::value>>
/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 Dfunctional_hash.h77 template<typename _Tp, bool = is_enum<_Tp>::value> in _GLIBCXX_VISIBILITY()
/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 Dfunctional_hash.h77 template<typename _Tp, bool = is_enum<_Tp>::value> in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dvalue.hpp120 struct ValueConverter<T, std::enable_if_t< std::is_enum<T>::value >> {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dstringify.hpp50 template <class Writer, class T, class Enable = std::enable_if_t<std::is_enum<T>::value>>
/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/tr1/
H A Dtype_traits204 /// is_enum
206 struct is_enum
283 || is_enum<_Tp>::value
/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/tr1/
H A Dtype_traits204 /// is_enum
206 struct is_enum
283 || is_enum<_Tp>::value
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dtype_traits.hpp139 # if __has_feature(is_enum)
667 struct is_enum struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/binary/
H A Dbinary.hpp39 : mpl::or_<is_integral<A0>, is_enum<A0> > {}; \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dtype_traits45 template <class T> struct is_enum;
253 = is_enum<T>::value; // C++17
958 // is_enum
960 #if __has_feature(is_enum) || (_GNUC_VER >= 403)
962 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_enum
967 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_enum
984 = is_enum<_Tp>::value;
1019 is_enum<_Tp>::value > {};
1997 template <class _Tp, bool = is_integral<_Tp>::value || is_enum<_Tp>::value>
2030 template <class _Tp, bool = is_integral<_Tp>::value || is_enum<_Tp>::value>
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dtype_traits45 template <class T> struct is_enum;
253 = is_enum<T>::value; // C++17
958 // is_enum
960 #if __has_feature(is_enum) || (_GNUC_VER >= 403)
962 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_enum
967 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_enum
984 = is_enum<_Tp>::value;
1019 is_enum<_Tp>::value > {};
1997 template <class _Tp, bool = is_integral<_Tp>::value || is_enum<_Tp>::value>
2030 template <class _Tp, bool = is_integral<_Tp>::value || is_enum<_Tp>::value>
[all …]
/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/experimental/
H A Dtype_traits78 constexpr bool is_enum_v = is_enum<_Tp>::value;

12