Home
last modified time | relevance | path

Searched refs:EnumType (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/core/
H A Dscoped_enum.hpp27 template <typename EnumType>
34 typedef typename EnumType::enum_type type;
45 template <typename UnderlyingType, typename EnumType>
47 BOOST_CONSTEXPR UnderlyingType underlying_cast(EnumType v) BOOST_NOEXCEPT in underlying_cast()
63 template <typename EnumType>
65 BOOST_CONSTEXPR typename EnumType::enum_type native_value(EnumType e) BOOST_NOEXCEPT in native_value()
72 template <typename EnumType>
75 typedef EnumType type;
78 template <typename UnderlyingType, typename EnumType>
80 BOOST_CONSTEXPR UnderlyingType underlying_cast(EnumType v) BOOST_NOEXCEPT
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmode.hpp10 using EnumType = uint32_t; typedef
12 enum class MapMode : EnumType {
20 enum class ConstrainMode : EnumType {
28 enum class ViewportMode : EnumType {
33 enum class MapDebugOptions : EnumType {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/renderer/
H A Dmode.hpp7 using EnumType = uint32_t; typedef
13 enum class GLContextMode : EnumType {