Home
last modified time | relevance | path

Searched refs:BOOST_STATIC_ASSERT (Results 1 – 25 of 82) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/
H A Dmat_access.hpp29 BOOST_STATIC_ASSERT(R>=0); in A()
30 BOOST_STATIC_ASSERT(R<mat_traits<M>::rows); in A()
31 BOOST_STATIC_ASSERT(C>=0); in A()
32 BOOST_STATIC_ASSERT(C<mat_traits<M>::cols); in A()
43 BOOST_STATIC_ASSERT(R>=0); in A()
44 BOOST_STATIC_ASSERT(R<mat_traits<M>::rows); in A()
45 BOOST_STATIC_ASSERT(C>=0); in A()
46 BOOST_STATIC_ASSERT(C<mat_traits<M>::cols); in A()
52 …ue,typename mat_traits<M>::scalar_type>::type A00( M const & a ) { BOOST_STATIC_ASSERT(0<mat_trait… in A00()
53 …ue,typename mat_traits<M>::scalar_type>::type A01( M const & a ) { BOOST_STATIC_ASSERT(0<mat_trait… in A01()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dstatic_assert.hpp36 # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B )
70 # define BOOST_STATIC_ASSERT( ... ) static_assert(__VA_ARGS__, #__VA_ARGS__) macro
72 # define BOOST_STATIC_ASSERT( B ) static_assert(B, #B) macro
113 #define BOOST_STATIC_ASSERT( B ) \ macro
118 #define BOOST_STATIC_ASSERT(...) \ macro
125 # define BOOST_STATIC_ASSERT( B ) \ macro
131 # define BOOST_STATIC_ASSERT(...) \ macro
136 #define BOOST_STATIC_ASSERT( B ) \ macro
145 #define BOOST_STATIC_ASSERT( B ) \ macro
152 # define BOOST_STATIC_ASSERT( ... ) \ macro
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/
H A Dtraits.hpp20 BOOST_STATIC_ASSERT(0 != Expr::proto_arity_c);
35 BOOST_STATIC_ASSERT(0 != Expr::proto_arity_c);
57 BOOST_STATIC_ASSERT(0 != Expr::proto_arity_c);
162 BOOST_STATIC_ASSERT(0 != Expr::proto_arity_c);
177 BOOST_STATIC_ASSERT(0 != Expr::proto_arity_c);
199 BOOST_STATIC_ASSERT(0 != Expr::proto_arity_c);
304 BOOST_STATIC_ASSERT(0 != Expr::proto_arity_c);
319 BOOST_STATIC_ASSERT(0 != Expr::proto_arity_c);
341 BOOST_STATIC_ASSERT(0 != Expr::proto_arity_c);
446 BOOST_STATIC_ASSERT(0 != Expr::proto_arity_c);
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dconcepts.hpp41 BOOST_STATIC_ASSERT((!is_convertible<Mode, two_sequence>::value)); in close()
47 BOOST_STATIC_ASSERT((is_convertible<Mode, two_sequence>::value)); in close()
78 BOOST_STATIC_ASSERT((!is_convertible<Mode, two_sequence>::value)); in close()
79 BOOST_STATIC_ASSERT((!is_convertible<Mode, dual_use>::value)); in close()
86 BOOST_STATIC_ASSERT( in close()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/algorithms/
H A Dsegment_intersection.hpp37 BOOST_STATIC_ASSERT(0 <= dimension<Box>::value);
38 BOOST_STATIC_ASSERT(0 <= dimension<Point>::value);
39 BOOST_STATIC_ASSERT(I < size_t(dimension<Box>::value));
40 BOOST_STATIC_ASSERT(I < size_t(dimension<Point>::value));
41 BOOST_STATIC_ASSERT(dimension<Point>::value == dimension<Box>::value);
67 BOOST_STATIC_ASSERT(0 < CurrentDimension);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dcoordinate_dimension.hpp96 BOOST_STATIC_ASSERT(( static_cast<int>(dimension<Geometry>::value) == Dimensions )); in assert_dimension()
106 BOOST_STATIC_ASSERT(( static_cast<int>(dimension<Geometry>::type::value) <= Dimensions )); in assert_dimension_less_equal()
112 BOOST_STATIC_ASSERT(( static_cast<int>(dimension<Geometry>::type::value) >= Dimensions )); in assert_dimension_greater_equal()
122BOOST_STATIC_ASSERT(( static_cast<size_t>(dimension<G1>::type::value) == static_cast<size_t>(dimen… in assert_dimension_equal()
H A Dsrs.hpp60 BOOST_STATIC_ASSERT(I < 3); in get_radius()
68 BOOST_STATIC_ASSERT(I < 3); in set_radius()
137 BOOST_STATIC_ASSERT(I < 3); in get_radius()
145 BOOST_STATIC_ASSERT(I < 3); in set_radius()
H A Dradius.hpp226 BOOST_STATIC_ASSERT(Dimension == 0);
240 BOOST_STATIC_ASSERT(Dimension == 0 || Dimension == 2);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dresult.hpp75 BOOST_STATIC_ASSERT(F1 < Height && F2 < Width); in get()
77 BOOST_STATIC_ASSERT(index < static_size); in get()
84 BOOST_STATIC_ASSERT(F1 < Height && F2 < Width); in set()
86 BOOST_STATIC_ASSERT(index < static_size); in set()
156 BOOST_STATIC_ASSERT('0' <= D && D <= '9'); in may_update()
185 BOOST_STATIC_ASSERT(index < Matrix::static_size); in set_dispatch()
186 BOOST_STATIC_ASSERT(('0' <= V && V <= '9') || V == 'T' || V == 'F'); in set_dispatch()
197 BOOST_STATIC_ASSERT(index < Matrix::static_size); in update_dispatch()
198 BOOST_STATIC_ASSERT('0' <= D && D <= '9'); in update_dispatch()
258 BOOST_STATIC_ASSERT(F1 < Height && F2 < Width); in get()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/device/
H A Darray.hpp106 { BOOST_STATIC_ASSERT((!is_convertible<Mode, output>::value)); } in array_adapter()
113 { BOOST_STATIC_ASSERT((!is_convertible<Mode, output>::value)); } in array_adapter()
118 { BOOST_STATIC_ASSERT((is_convertible<Mode, input>::value)); in input_sequence()
124 { BOOST_STATIC_ASSERT((is_convertible<Mode, output>::value)); in output_sequence()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/regex/pending/
H A Dunicode_iterator.hpp150 BOOST_STATIC_ASSERT(sizeof(base_value_type)*CHAR_BIT == 32);
151 BOOST_STATIC_ASSERT(sizeof(U16Type)*CHAR_BIT == 16);
265 BOOST_STATIC_ASSERT(sizeof(base_value_type)*CHAR_BIT == 16);
266 BOOST_STATIC_ASSERT(sizeof(U32Type)*CHAR_BIT == 32);
380 BOOST_STATIC_ASSERT(sizeof(base_value_type)*CHAR_BIT == 32);
381 BOOST_STATIC_ASSERT(sizeof(U8Type)*CHAR_BIT == 8);
508 BOOST_STATIC_ASSERT(sizeof(base_value_type)*CHAR_BIT == 8);
509 BOOST_STATIC_ASSERT(sizeof(U32Type)*CHAR_BIT == 32);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/policies/
H A Dpolicy.hpp408 BOOST_STATIC_ASSERT(::boost::math::policies::detail::is_valid_policy<A1>::value);
409 BOOST_STATIC_ASSERT(::boost::math::policies::detail::is_valid_policy<A2>::value);
410 BOOST_STATIC_ASSERT(::boost::math::policies::detail::is_valid_policy<A3>::value);
411 BOOST_STATIC_ASSERT(::boost::math::policies::detail::is_valid_policy<A4>::value);
412 BOOST_STATIC_ASSERT(::boost::math::policies::detail::is_valid_policy<A5>::value);
413 BOOST_STATIC_ASSERT(::boost::math::policies::detail::is_valid_policy<A6>::value);
414 BOOST_STATIC_ASSERT(::boost::math::policies::detail::is_valid_policy<A7>::value);
415 BOOST_STATIC_ASSERT(::boost::math::policies::detail::is_valid_policy<A8>::value);
416 BOOST_STATIC_ASSERT(::boost::math::policies::detail::is_valid_policy<A9>::value);
417 BOOST_STATIC_ASSERT(::boost::math::policies::detail::is_valid_policy<A10>::value);
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dpush.hpp67 { BOOST_STATIC_ASSERT((!is_convertible<mode, output>::value)); \
72 { BOOST_STATIC_ASSERT((!is_convertible<mode, input>::value)); \
103 { BOOST_STATIC_ASSERT((!is_convertible<mode, output>::value)); \
107 { BOOST_STATIC_ASSERT((!is_convertible<mode, input>::value)); \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/math/detail/
H A Dfp_traits.hpp278 BOOST_STATIC_ASSERT(false);
338 BOOST_STATIC_ASSERT(false);
446 BOOST_STATIC_ASSERT(false);
527 BOOST_STATIC_ASSERT(false);
570 BOOST_STATIC_ASSERT(boost::is_floating_point<T>::value);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/
H A Dnext.hpp73 BOOST_STATIC_ASSERT(std::numeric_limits<T>::is_specialized); in normalize_value()
74 BOOST_STATIC_ASSERT(std::numeric_limits<T>::radix != 2); in normalize_value()
155 BOOST_STATIC_ASSERT(std::numeric_limits<T>::is_specialized); in calc_min_shifted()
156 BOOST_STATIC_ASSERT(std::numeric_limits<T>::radix != 2); in calc_min_shifted()
218 BOOST_STATIC_ASSERT(std::numeric_limits<T>::is_specialized); in float_next_imp()
219 BOOST_STATIC_ASSERT(std::numeric_limits<T>::radix != 2); in float_next_imp()
349 BOOST_STATIC_ASSERT(std::numeric_limits<T>::is_specialized); in float_prior_imp()
350 BOOST_STATIC_ASSERT(std::numeric_limits<T>::radix != 2); in float_prior_imp()
554 BOOST_STATIC_ASSERT(std::numeric_limits<T>::is_specialized); in float_distance_imp()
555 BOOST_STATIC_ASSERT(std::numeric_limits<T>::radix != 2); in float_distance_imp()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/endian/
H A Dendian.hpp315 BOOST_STATIC_ASSERT( (n_bits/8)*8 == n_bits );
347 BOOST_STATIC_ASSERT( (n_bits/8)*8 == n_bits );
379 BOOST_STATIC_ASSERT( (n_bits/8)*8 == n_bits );
409 BOOST_STATIC_ASSERT( (n_bits/8)*8 == n_bits );
410 BOOST_STATIC_ASSERT( sizeof(T) == n_bits/8 );
437 BOOST_STATIC_ASSERT( (n_bits/8)*8 == n_bits );
438 BOOST_STATIC_ASSERT( sizeof(T) == n_bits/8 );
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/detail/
H A Dat_impl.hpp37 BOOST_STATIC_ASSERT((N::value < Sequence::size::value)); in call()
52 BOOST_STATIC_ASSERT((N::value < Sequence::size::value)); in call()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/
H A Dprecision.hpp45 BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::is_specialized); in digits()
46BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::radix == 2 || ::std::numeric_limits<T>::radix == 10… in digits()
60 BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::is_specialized); in max_value()
72 BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::is_specialized); in min_value()
200 BOOST_STATIC_ASSERT(::std::numeric_limits<T>::is_specialized || (value == 0));
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dtraits.hpp152 BOOST_STATIC_ASSERT(0 != Expr::proto_arity_c);
170 BOOST_STATIC_ASSERT(0 != Expr::proto_arity_c);
196 BOOST_STATIC_ASSERT(0 != Expr::proto_arity_c);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/detail/
H A Dfp_traits.hpp224 BOOST_STATIC_ASSERT(false);
284 BOOST_STATIC_ASSERT(false);
398 BOOST_STATIC_ASSERT(false);
479 BOOST_STATIC_ASSERT(false);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dcalculation_type.hpp58 BOOST_STATIC_ASSERT((
64 BOOST_STATIC_ASSERT((
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dlcast_unsigned_converters.hpp89 BOOST_STATIC_ASSERT(!std::numeric_limits<T>::is_signed); in lcast_put_unsigned()
111 BOOST_STATIC_ASSERT(std::numeric_limits<T>::digits10 < CHAR_MAX); in convert()
171 BOOST_STATIC_ASSERT(!std::numeric_limits<T>::is_signed); in lcast_ret_unsigned()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/
H A Dlcast_precision.hpp77 BOOST_STATIC_ASSERT(!is_specialized_dec ||
85 BOOST_STATIC_ASSERT(!is_specialized_bin ||
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_base_and_derived.hpp142 BOOST_STATIC_ASSERT(sizeof(B) != 0);
143 BOOST_STATIC_ASSERT(sizeof(D) != 0);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/auto/
H A Dmeta_create.hpp76 BOOST_STATIC_ASSERT((is_same<F, nary_proto_expr_function>::value));
125 BOOST_STATIC_ASSERT((is_same<F, nary_proto_expr_function>::value));

1234