Home
last modified time | relevance | path

Searched refs:underlying_type (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcolor_mode.cpp8 static_assert(underlying_type(ColorMode::BlendEquation::Add) == GL_FUNC_ADD, "OpenGL enum mismatch"…
9 static_assert(underlying_type(ColorMode::BlendEquation::Subtract) == GL_FUNC_SUBTRACT, "OpenGL enum…
10 static_assert(underlying_type(ColorMode::BlendEquation::ReverseSubtract) == GL_FUNC_REVERSE_SUBTRAC…
12 static_assert(underlying_type(ColorMode::Zero) == GL_ZERO, "OpenGL enum mismatch");
13 static_assert(underlying_type(ColorMode::One) == GL_ONE, "OpenGL enum mismatch");
14 static_assert(underlying_type(ColorMode::SrcColor) == GL_SRC_COLOR, "OpenGL enum mismatch");
15 static_assert(underlying_type(ColorMode::OneMinusSrcColor) == GL_ONE_MINUS_SRC_COLOR, "OpenGL enum …
16 static_assert(underlying_type(ColorMode::DstColor) == GL_DST_COLOR, "OpenGL enum mismatch");
17 static_assert(underlying_type(ColorMode::OneMinusDstColor) == GL_ONE_MINUS_DST_COLOR, "OpenGL enum …
18 static_assert(underlying_type(ColorMode::SrcAlpha) == GL_SRC_ALPHA, "OpenGL enum mismatch");
[all …]
H A Dcontext.cpp15 static_assert(underlying_type(ShaderType::Vertex) == GL_VERTEX_SHADER, "OpenGL type mismatch");
16 static_assert(underlying_type(ShaderType::Fragment) == GL_FRAGMENT_SHADER, "OpenGL type mismatch");
18 static_assert(underlying_type(DataType::Byte) == GL_BYTE, "OpenGL type mismatch");
19 static_assert(underlying_type(DataType::UnsignedByte) == GL_UNSIGNED_BYTE, "OpenGL type mismatch");
20 static_assert(underlying_type(DataType::Short) == GL_SHORT, "OpenGL type mismatch");
21 static_assert(underlying_type(DataType::UnsignedShort) == GL_UNSIGNED_SHORT, "OpenGL type mismatch"…
22 static_assert(underlying_type(DataType::Integer) == GL_INT, "OpenGL type mismatch");
23 static_assert(underlying_type(DataType::UnsignedInteger) == GL_UNSIGNED_INT, "OpenGL type mismatch"…
24 static_assert(underlying_type(DataType::Float) == GL_FLOAT, "OpenGL type mismatch");
27 static_assert(underlying_type(RenderbufferType::RGBA) == GL_RGBA8, "OpenGL type mismatch");
[all …]
H A Ddepth_mode.cpp8 static_assert(underlying_type(DepthMode::Never) == GL_NEVER, "OpenGL enum mismatch");
9 static_assert(underlying_type(DepthMode::Less) == GL_LESS, "OpenGL enum mismatch");
10 static_assert(underlying_type(DepthMode::Equal) == GL_EQUAL, "OpenGL enum mismatch");
11 static_assert(underlying_type(DepthMode::LessEqual) == GL_LEQUAL, "OpenGL enum mismatch");
12 static_assert(underlying_type(DepthMode::Greater) == GL_GREATER, "OpenGL enum mismatch");
13 static_assert(underlying_type(DepthMode::NotEqual) == GL_NOTEQUAL, "OpenGL enum mismatch");
14 static_assert(underlying_type(DepthMode::GreaterEqual) == GL_GEQUAL, "OpenGL enum mismatch");
15 static_assert(underlying_type(DepthMode::Always) == GL_ALWAYS, "OpenGL enum mismatch");
H A Dstencil_mode.cpp17 static_assert(underlying_type(StencilMode::Keep) == GL_KEEP, "OpenGL enum mismatch");
18 static_assert(underlying_type(StencilMode::Zero) == GL_ZERO, "OpenGL enum mismatch");
19 static_assert(underlying_type(StencilMode::Replace) == GL_REPLACE, "OpenGL enum mismatch");
20 static_assert(underlying_type(StencilMode::Increment) == GL_INCR, "OpenGL enum mismatch");
21 static_assert(underlying_type(StencilMode::IncrementWrap) == GL_INCR_WRAP, "OpenGL enum mismatch");
22 static_assert(underlying_type(StencilMode::Decrement) == GL_DECR, "OpenGL enum mismatch");
23 static_assert(underlying_type(StencilMode::DecrementWrap) == GL_DECR_WRAP, "OpenGL enum mismatch");
24 static_assert(underlying_type(StencilMode::Invert) == GL_INVERT, "OpenGL enum mismatch");
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapbox.cpp15 static_assert(mbgl::underlying_type(QMapbox::Online) == mbgl::underlying_type(mbgl::NetworkStatus::…
16 static_assert(mbgl::underlying_type(QMapbox::Offline) == mbgl::underlying_type(mbgl::NetworkStatus:…
19 static_assert(mbgl::underlying_type(QMapbox::Feature::PointType) == mbgl::underlying_type(mbgl::Fea…
20 static_assert(mbgl::underlying_type(QMapbox::Feature::LineStringType) == mbgl::underlying_type(mbgl…
21 static_assert(mbgl::underlying_type(QMapbox::Feature::PolygonType) == mbgl::underlying_type(mbgl::F…
H A Dqmapboxgl.cpp69 static_assert(mbgl::underlying_type(QMapboxGLSettings::UniqueGLContext) == mbgl::underlying_type(mb…
70 static_assert(mbgl::underlying_type(QMapboxGLSettings::SharedGLContext) == mbgl::underlying_type(mb…
73 static_assert(mbgl::underlying_type(QMapboxGLSettings::Continuous) == mbgl::underlying_type(mbgl::M…
74 static_assert(mbgl::underlying_type(QMapboxGLSettings::Static) == mbgl::underlying_type(mbgl::MapMo…
77 static_assert(mbgl::underlying_type(QMapboxGLSettings::NoConstrain) == mbgl::underlying_type(mbgl::…
78 static_assert(mbgl::underlying_type(QMapboxGLSettings::ConstrainHeightOnly) == mbgl::underlying_typ…
79 static_assert(mbgl::underlying_type(QMapboxGLSettings::ConstrainWidthAndHeight) == mbgl::underlying…
82 static_assert(mbgl::underlying_type(QMapboxGLSettings::DefaultViewport) == mbgl::underlying_type(mb…
83 static_assert(mbgl::underlying_type(QMapboxGLSettings::FlippedYViewport) == mbgl::underlying_type(m…
86 static_assert(mbgl::underlying_type(QMapboxGL::NorthUpwards) == mbgl::underlying_type(mbgl::NorthOr…
[all …]
H A Dsqlite3.cpp28 static_assert(mbgl::underlying_type(ResultCode::OK) == 0, "error");
30 static_assert(mbgl::underlying_type(ResultCode::CantOpen) == 14, "error");
32 static_assert(mbgl::underlying_type(ResultCode::NotADB) == 26, "error");
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmode.hpp48 return MapDebugOptions(mbgl::underlying_type(lhs) | mbgl::underlying_type(rhs)); in operator |()
52 return (lhs = MapDebugOptions(mbgl::underlying_type(lhs) | mbgl::underlying_type(rhs))); in operator |=()
56 return mbgl::underlying_type(lhs) & mbgl::underlying_type(rhs); in operator &()
60 return (lhs = MapDebugOptions(mbgl::underlying_type(lhs) & mbgl::underlying_type(rhs))); in operator &=()
64 return MapDebugOptions(~mbgl::underlying_type(value)); in operator ~()
/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 Dfs_fwd.h92 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY()
100 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY()
108 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY()
116 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY()
159 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY()
167 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY()
175 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY()
183 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY()
210 using __utype = typename std::underlying_type<perm_options>::type; in _GLIBCXX_VISIBILITY()
218 using __utype = typename std::underlying_type<perm_options>::type; in _GLIBCXX_VISIBILITY()
[all …]
H A Dfunctional_hash.h93 using __type = typename underlying_type<_Tp>::type; 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 Dfs_fwd.h92 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY()
100 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY()
108 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY()
116 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY()
159 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY()
167 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY()
175 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY()
183 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY()
210 using __utype = typename std::underlying_type<perm_options>::type; in _GLIBCXX_VISIBILITY()
218 using __utype = typename std::underlying_type<perm_options>::type; in _GLIBCXX_VISIBILITY()
[all …]
H A Dfunctional_hash.h93 using __type = typename underlying_type<_Tp>::type; 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/experimental/bits/
H A Dfs_fwd.h99 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY()
107 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY()
115 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY()
123 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY()
169 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY()
177 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY()
185 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY()
193 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY()
217 using __utype = typename std::underlying_type<directory_options>::type; in _GLIBCXX_VISIBILITY()
225 using __utype = typename std::underlying_type<directory_options>::type; in _GLIBCXX_VISIBILITY()
[all …]
/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/experimental/bits/
H A Dfs_fwd.h99 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY()
107 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY()
115 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY()
123 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY()
169 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY()
177 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY()
185 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY()
193 using __utype = typename std::underlying_type<perms>::type; in _GLIBCXX_VISIBILITY()
217 using __utype = typename std::underlying_type<directory_options>::type; in _GLIBCXX_VISIBILITY()
225 using __utype = typename std::underlying_type<directory_options>::type; in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph.hpp95 return WritingModeType(mbgl::underlying_type(a) | mbgl::underlying_type(b)); in operator |()
103 return mbgl::underlying_type(lhs) & mbgl::underlying_type(rhs); in operator &()
107 return (lhs = WritingModeType(mbgl::underlying_type(lhs) & mbgl::underlying_type(rhs))); in operator &=()
111 return WritingModeType(~mbgl::underlying_type(value)); in operator ~()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_pass.hpp18 return RenderPass(mbgl::underlying_type(a) | mbgl::underlying_type(b)); in operator |()
26 return RenderPass(mbgl::underlying_type(a) & mbgl::underlying_type(b)); in operator &()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/core/
H A Dscoped_enum.hpp101 …explicit BOOST_CONSTEXPR operator underlying_type() const BOOST_NOEXCEPT { return get_underlying_v…
118 typedef UnderlyingType underlying_type; \
120 … explicit BOOST_CONSTEXPR EnumType(underlying_type v) BOOST_NOEXCEPT : v_(v) {} \
121 … BOOST_CONSTEXPR underlying_type get_underlying_value_() const BOOST_NOEXCEPT { return v_; } \
124 underlying_type v_; \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Dresource.hpp88 return Resource::LoadingMethod(mbgl::underlying_type(a) | mbgl::underlying_type(b)); in operator |()
96 return Resource::LoadingMethod(mbgl::underlying_type(a) & mbgl::underlying_type(b)); in operator &()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/
H A Dpbf_message.hpp67 …static_assert(std::is_same<pbf_tag_type, typename std::underlying_type<T>::type>::value, "T must b…
H A Dpbf_builder.hpp42 static_assert(std::is_same<pbf_tag_type, typename std::underlying_type<T>::type>::value,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dtraits.hpp9 constexpr auto underlying_type(T t) -> typename std::underlying_type_t<T> { in underlying_type() function
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dtype_traits161 template <class T> struct underlying_type;
222 using underlying_type_t = typename underlying_type<T>::type; // C++14
4655 struct underlying_type
4661 template <class _Tp> using underlying_type_t = typename underlying_type<_Tp>::type;
4667 struct underlying_type
4680 typedef typename underlying_type<_Tp>::type type;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dtype_traits161 template <class T> struct underlying_type;
222 using underlying_type_t = typename underlying_type<T>::type; // C++14
4655 struct underlying_type
4661 template <class _Tp> using underlying_type_t = typename underlying_type<_Tp>::type;
4667 struct underlying_type
4680 typedef typename underlying_type<_Tp>::type type;
/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/
H A Dtype_traits2324 struct underlying_type
2564 /// Alias template for underlying_type
2566 using underlying_type_t = typename underlying_type<_Tp>::type;
/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/
H A Dtype_traits2324 struct underlying_type
2564 /// Alias template for underlying_type
2566 using underlying_type_t = typename underlying_type<_Tp>::type;

12