| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/ |
| H A D | number.hpp | 334 …BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_integer, "The modulus opera… in operator %=() 341 …BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_integer, "The modulus opera… in operator %=() 358 …BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_integer, "The modulus opera… in operator %=() 405 …BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_integer, "The left-shift op… in operator <<=() 414 …BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_integer, "The right-shift o… in operator >>=() 453 …BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_integer, "The bitwise & ope… in operator &=() 461 …BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_integer, "The bitwise & ope… in operator &=() 480 …BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_integer, "The bitwise & ope… in operator &=() 488 …BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_integer, "The bitwise | ope… in operator |=() 496 …BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_integer, "The bitwise | ope… in operator |=() [all …]
|
| H A D | cpp_int.hpp | 397 …BOOST_STATIC_ASSERT_MSG(((sizeof(Allocator) == 0) && !is_void<Allocator>::value), "There is curent… 412 …BOOST_STATIC_ASSERT_MSG(MinBits > sizeof(double_limb_type) * CHAR_BIT, "Template parameter MinBits… 421 …BOOST_STATIC_ASSERT_MSG(internal_limb_count >= 2, "A fixed precision integer type must have at lea… 564 …BOOST_STATIC_ASSERT_MSG(MinBits > sizeof(double_limb_type) * CHAR_BIT, "Template parameter MinBits… 573 …BOOST_STATIC_ASSERT_MSG(internal_limb_count >= 2, "A fixed precision integer type must have at lea… 741 …BOOST_STATIC_ASSERT_MSG(MinBits <= sizeof(double_limb_type) * CHAR_BIT, "Template parameter MinBit… 884 …BOOST_STATIC_ASSERT_MSG(MinBits <= sizeof(double_limb_type) * CHAR_BIT, "Template parameter MinBit…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/ |
| H A D | get.hpp | 204 BOOST_STATIC_ASSERT_MSG( in strict_get() 221 BOOST_STATIC_ASSERT_MSG( in strict_get() 238 BOOST_STATIC_ASSERT_MSG( in strict_get() 255 BOOST_STATIC_ASSERT_MSG( in strict_get() 273 BOOST_STATIC_ASSERT_MSG( in strict_get() 278 BOOST_STATIC_ASSERT_MSG( in strict_get()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/ |
| H A D | converter_lexical.hpp | 202 BOOST_STATIC_ASSERT_MSG((result_t::value), 210 …BOOST_STATIC_ASSERT_MSG((result_t::value || boost::has_left_shift< std::basic_ostream< type >, T >… 235 BOOST_STATIC_ASSERT_MSG((result_t::value), 243 …BOOST_STATIC_ASSERT_MSG((result_t::value || boost::has_right_shift<std::basic_istream<wchar_t>, T … 414 BOOST_STATIC_ASSERT_MSG(( !boost::is_same<char16_t, src_char_t>::value 419 BOOST_STATIC_ASSERT_MSG(( !boost::is_same<char32_t, src_char_t>::value
|
| H A D | converter_lexical_streams.hpp | 188 BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , in shl_char() 211 BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), in shl_char_array() 462 BOOST_STATIC_ASSERT_MSG( in operator <<() 488 BOOST_STATIC_ASSERT_MSG( in operator <<() 566 BOOST_STATIC_ASSERT_MSG( in shr_using_base_class() 572 BOOST_STATIC_ASSERT_MSG((boost::is_same<char, CharT>::value), in shr_using_base_class() 612 BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), in shr_xchar() 698 BOOST_STATIC_ASSERT_MSG( in operator >>()
|
| H A D | lcast_unsigned_converters.hpp | 178 BOOST_STATIC_ASSERT_MSG(std::numeric_limits<T>::is_specialized, in lcast_ret_unsigned()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | static_assert.hpp | 31 # define BOOST_STATIC_ASSERT_MSG( ... ) static_assert(__VA_ARGS__) macro 33 # define BOOST_STATIC_ASSERT_MSG( B, Msg ) static_assert( B, Msg ) macro 36 # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) macro
|
| H A D | array.hpp | 424 BOOST_STATIC_ASSERT_MSG ( Idx < N, "boost::get<>(boost::array &) index out of range" ); in get() 430 BOOST_STATIC_ASSERT_MSG ( Idx < N, "boost::get<>(const boost::array &) index out of range" ); in get() 441 BOOST_STATIC_ASSERT_MSG ( Idx < N, "std::get<>(boost::array &) index out of range" ); in get() 447 BOOST_STATIC_ASSERT_MSG ( Idx < N, "std::get<>(const boost::array &) index out of range" ); in get()
|
| H A D | integer.hpp | 117 BOOST_STATIC_ASSERT_MSG(Bits <= (int)(sizeof(boost::intmax_t) * CHAR_BIT), 138 BOOST_STATIC_ASSERT_MSG(Bits <= (int)(sizeof(boost::uintmax_t) * CHAR_BIT),
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/ |
| H A D | make_signed.hpp | 31 …BOOST_STATIC_ASSERT_MSG(( ::boost::is_integral<T>::value || ::boost::is_enum<T>::value), "The temp… 32 …BOOST_STATIC_ASSERT_MSG(!(::boost::is_same<typename remove_cv<T>::type, bool>::value), "The templa…
|
| H A D | make_unsigned.hpp | 31 …BOOST_STATIC_ASSERT_MSG((::boost::is_integral<T>::value || ::boost::is_enum<T>::value), "The templ… 32 …BOOST_STATIC_ASSERT_MSG((! ::boost::is_same<typename remove_cv<T>::type, bool>::value), "The templ…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/ |
| H A D | trig.hpp | 76 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The sin function… in eval_sin() 232 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The cos function… in eval_cos() 356 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The tan function… in eval_tan() 434 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The asin functio… in eval_asin() 559 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The acos functio… in eval_acos() 613 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The atan functio… in eval_atan() 711 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The atan2 functi… in eval_atan2()
|
| H A D | pow.hpp | 192 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The exp function… in eval_exp() 339 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The log function… in eval_log() 447 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The log10 functi… in eval_log10() 462 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The pow function… in eval_pow() 742 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The log function… in eval_exp2() 864 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The sinh functio… in eval_sinh() 871 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The cosh functio… in eval_cosh() 878 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The tanh functio… in eval_tanh()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/ |
| H A D | optional_reference_spec.hpp | 32 BOOST_STATIC_ASSERT_MSG(boost::is_lvalue_reference<From>::value, in prevent_binding_rvalue() 40 BOOST_STATIC_ASSERT_MSG(boost::is_lvalue_reference<T>::value, in forward_reference() 71 BOOST_STATIC_ASSERT_MSG(!is_const_integral<From>::value, in prevent_assignment_from_false_const_integral()
|
| H A D | old_optional_implementation.hpp | 69 BOOST_STATIC_ASSERT_MSG( in prevent_binding_rvalue_ref_to_optional_lvalue_ref()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_index/detail/ |
| H A D | compile_time_type_info.hpp | 81 BOOST_STATIC_ASSERT_MSG( in assert_compile_time_legths() 91 BOOST_STATIC_ASSERT_MSG( in failed_to_get_function_name()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/ |
| H A D | assert_msg.hpp | 27 BOOST_STATIC_ASSERT_MSG(Cond, # Msg)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/ |
| H A D | literals.hpp | 111 …BOOST_STATIC_ASSERT_MSG(l1 == '0', "Multi-precision integer literals must be in hexadecimal notati… 112 …BOOST_STATIC_ASSERT_MSG((l2 == 'X') || (l2 == 'x'), "Multi-precision integer literals must be in h…
|
| H A D | bitwise.hpp | 287 …BOOST_STATIC_ASSERT_MSG(((Checked1 != checked) || (Checked2 != checked)), "Attempt to take the com… in eval_complement() 653 …BOOST_STATIC_ASSERT_MSG(((Checked1 != checked) || (Checked2 != checked)), "Attempt to take the com… in eval_complement()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/ |
| H A D | promotion.hpp | 148 …BOOST_STATIC_ASSERT_MSG((0 == ::boost::is_same<type, long double>::value), "Sorry, but this platfo…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/ |
| H A D | try_lexical_convert.hpp | 202 BOOST_STATIC_ASSERT_MSG( in try_lexical_convert()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | default_ops.hpp | 960 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The fabs functio… in eval_fabs() 971 …BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_floating_point, "The fpclas… in eval_fpclassify() 978 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The fmod functio… in eval_fmod() 1040 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The remquo funct… in eval_remquo() 1183 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The trunc functi… in eval_trunc() 1235 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The round functi… in eval_round() 1476 …BOOST_STATIC_ASSERT_MSG(!std::numeric_limits<number<B> >::is_specialized || (std::numeric_limits<n… in eval_ilogb() 1525 …BOOST_STATIC_ASSERT_MSG(!std::numeric_limits<number<B> >::is_specialized || (std::numeric_limits<n… in eval_scalbn() 2014 …BOOST_STATIC_ASSERT_MSG((is_convertible<B2, B1>::value), "No conversion to the target of a mixed p… in add() 2015 …BOOST_STATIC_ASSERT_MSG((is_convertible<B3, B1>::value), "No conversion to the target of a mixed p… in add() [all …]
|
| H A D | no_et_ops.hpp | 25 …BOOST_STATIC_ASSERT_MSG(is_signed_number<B>::value, "Negating an unsigned type results in ill-defi… in operator -() 308 …BOOST_STATIC_ASSERT_MSG(is_signed_number<B>::value, "Negating an unsigned type results in ill-defi… in operator -()
|
| H A D | et_ops.hpp | 30 …BOOST_STATIC_ASSERT_MSG(is_signed_number<B>::value, "Negating an unsigned type results in ill-defi… in operator -() 36 …BOOST_STATIC_ASSERT_MSG((is_signed_number<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>… in operator -()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/ |
| H A D | optional.hpp | 1267 BOOST_STATIC_ASSERT_MSG(sizeof(T) == 0, "Optional rvalue references are illegal."); 1376 …BOOST_STATIC_ASSERT_MSG(sizeof(CharType) == 0, "If you want to output boost::optional, include hea… in operator <<()
|