| /OK3568_Linux_fs/kernel/Documentation/sphinx/ |
| H A D | parse-headers.pl | 37 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 D | is_enum.hpp | 148 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 D | is_scalar.hpp | 22 …: public integral_constant<bool, ::boost::is_arithmetic<T>::value || ::boost::is_enum<T>::value ||…
|
| H A D | make_signed.hpp | 31 …BOOST_STATIC_ASSERT_MSG(( ::boost::is_integral<T>::value || ::boost::is_enum<T>::value), "The temp…
|
| H A D | make_unsigned.hpp | 31 …BOOST_STATIC_ASSERT_MSG((::boost::is_integral<T>::value || ::boost::is_enum<T>::value), "The templ…
|
| H A D | is_signed.hpp | 71 …ail::is_signed_select_helper< ::boost::is_integral<T>::value || ::boost::is_enum<T>::value> select…
|
| H A D | is_unsigned.hpp | 71 …l::is_unsigned_select_helper< ::boost::is_integral<T>::value || ::boost::is_enum<T>::value > selec…
|
| H A D | intrinsics.hpp | 216 # 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 D | type_traits.hpp | 46 using ::boost::move_detail::is_enum;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/ |
| H A D | constant.hpp | 32 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 D | call_traits.hpp | 90 ::boost::is_enum<T>::value
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | value.cpp | 232 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 D | hash.hpp | 158 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 D | interpolate.hpp | 117 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 D | functional_hash.h | 77 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 D | functional_hash.h | 77 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 D | value.hpp | 120 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 D | stringify.hpp | 50 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 D | type_traits | 204 /// 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 D | type_traits | 204 /// 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 D | type_traits.hpp | 139 # 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 D | binary.hpp | 39 : 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 D | type_traits | 45 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 D | type_traits | 45 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 D | type_traits | 78 constexpr bool is_enum_v = is_enum<_Tp>::value;
|