| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | color_mode.cpp | 8 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 D | context.cpp | 15 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 D | depth_mode.cpp | 8 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 D | stencil_mode.cpp | 17 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 D | qmapbox.cpp | 15 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 D | qmapboxgl.cpp | 69 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 D | sqlite3.cpp | 28 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 D | mode.hpp | 48 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 D | fs_fwd.h | 92 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 D | functional_hash.h | 93 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 D | fs_fwd.h | 92 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 D | functional_hash.h | 93 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 D | fs_fwd.h | 99 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 D | fs_fwd.h | 99 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 D | glyph.hpp | 95 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 D | render_pass.hpp | 18 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 D | scoped_enum.hpp | 101 …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 D | resource.hpp | 88 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 D | pbf_message.hpp | 67 …static_assert(std::is_same<pbf_tag_type, typename std::underlying_type<T>::type>::value, "T must b…
|
| H A D | pbf_builder.hpp | 42 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 D | traits.hpp | 9 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 D | type_traits | 161 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 D | type_traits | 161 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 D | type_traits | 2324 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 D | type_traits | 2324 struct underlying_type 2564 /// Alias template for underlying_type 2566 using underlying_type_t = typename underlying_type<_Tp>::type;
|