Home
last modified time | relevance | path

Searched refs:UnsignedInteger (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dconcept_check.hpp114 BOOST_concept(UnsignedInteger,(T)) {
115 BOOST_CONCEPT_USAGE(UnsignedInteger) {
122 template <> struct UnsignedInteger<unsigned char> {};
123 template <> struct UnsignedInteger<unsigned short> {};
124 template <> struct UnsignedInteger<unsigned int> {};
125 template <> struct UnsignedInteger<unsigned long> {};
127 template <> struct UnsignedInteger< ::boost::ulong_long_type> {};
129 template <> struct UnsignedInteger<unsigned __int64> {};
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dtypes.hpp41 UnsignedInteger = 0x1405, enumerator
H A Dattribute.hpp26 …te <> struct DataTypeOf<uint32_t> : std::integral_constant<DataType, DataType::UnsignedInteger> {};
H A Dcontext.cpp23 static_assert(underlying_type(DataType::UnsignedInteger) == GL_UNSIGNED_INT, "OpenGL type mismatch"…