Home
last modified time | relevance | path

Searched refs:bool_ (Results 1 – 25 of 160) sorted by relevance

1234567

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dvarray_detail.hpp196 boost::mpl::bool_<true> const& /*use_memmove*/) in copy_dispatch()
207 boost::mpl::bool_<false> const& /*use_memmove*/) in copy_dispatch()
232 boost::mpl::bool_<true> const& /*use_memcpy*/) in uninitialized_copy_dispatch()
244 boost::mpl::bool_<false> const& /*use_memcpy*/) in uninitialized_copy_dispatch()
270 boost::mpl::bool_<true> const& /*use_memcpy*/) in uninitialized_move_dispatch()
282 boost::mpl::bool_<false> const& /*use_memcpy*/) in uninitialized_move_dispatch()
327 boost::mpl::bool_<true> const& /*use_memmove*/) in move_dispatch()
339 boost::mpl::bool_<false> const& /*use_memmove*/) in move_dispatch()
365 boost::mpl::bool_<true> const& /*use_memmove*/) in move_backward_dispatch()
378 boost::mpl::bool_<false> const& /*use_memmove*/) in move_backward_dispatch()
[all …]
H A Dutilities.hpp18 static inline void assign_cond(T & l, T const& r, boost::mpl::bool_<true> const&) in assign_cond()
24 static inline void assign_cond(T &, T const&, boost::mpl::bool_<false> const&) {} in assign_cond()
27 static inline void move_cond(T & l, T & r, boost::mpl::bool_<true> const&) in move_cond()
33 static inline void move_cond(T &, T &, boost::mpl::bool_<false> const&) {} in move_cond()
36 void swap_cond(T & l, T & r, boost::mpl::bool_<true> const&) in swap_cond()
42 void swap_cond(T &, T &, boost::mpl::bool_<false> const&) {} in swap_cond()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dhas_xxx.hpp106 typedef boost::mpl::bool_<value> type; \
109 template< typename T, typename fallback_ = boost::mpl::bool_<default_> > \
113 , boost::mpl::bool_<false> \
139 typedef boost::mpl::bool_<false> type; \
179 typedef boost::mpl::bool_<value> type; \
189 typedef boost::mpl::bool_<value> type; \
192 template< typename T, typename fallback_ = boost::mpl::bool_<default_> > \
220 template< typename T, typename fallback_ = boost::mpl::bool_<default_> > \
224 typedef boost::mpl::bool_< trait< T, fallback_ >::value > type; \
237 template< typename T, typename fallback_ = boost::mpl::bool_<default_> > \
[all …]
H A Dbool_fwd.hpp21 template< bool C_ > struct bool_;
24 typedef bool_<true> true_;
25 typedef bool_<false> false_;
29 BOOST_MPL_AUX_ADL_BARRIER_DECL(bool_)
H A Dbool.hpp23 template< bool C_ > struct bool_ struct
27 typedef bool_ type; argument
34 bool const bool_<C_>::value; argument
H A Dis_placeholder.hpp31 : bool_<false>
37 : bool_<true>
60 typedef bool_<value> type;
H A Dis_sequence.hpp72 , bool_<false>
84 : bool_<false>
103 : bool_<false>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/
H A Dbool.hpp39 : spirit::terminal<tag::stateful_tag<BoolPolicies, tag::bool_, T> >
41 typedef tag::stateful_tag<BoolPolicies, tag::bool_, T> tag_type;
53 struct use_terminal<qi::domain, tag::bool_>
74 , terminal_ex<tag::bool_, fusion::vector1<A0> >
78 struct use_lazy_terminal<qi::domain, tag::bool_, 1>
85 , tag::stateful_tag<BoolPolicies, tag::bool_, T> >
91 , terminal_ex<tag::stateful_tag<BoolPolicies, tag::bool_, T>
99 , tag::stateful_tag<BoolPolicies, tag::bool_, T>
107 using spirit::bool_;
317 tag::stateful_tag<Policies, tag::bool_, T>, Modifiers>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/constants/
H A Dconstants.hpp86 …mpl::and_<boost::is_convertible<float, Real>, mpl::bool_< t1::value <= t2::value>, mpl::bool_<0 !=…
89 …mpl::and_<boost::is_convertible<double, Real>, mpl::bool_< t1::value <= t3::value>, mpl::bool_<0 !…
92 …l::and_<boost::is_convertible<long double, Real>, mpl::bool_< t1::value <= t4::value>, mpl::bool_<…
96 …::is_convertible<BOOST_MATH_FLOAT128_TYPE, Real>, mpl::bool_< t1::value <= t5::value>, mpl::bool_<…
99 … mpl::and_<mpl::bool_< t1::value <= max_string_digits>, mpl::bool_<0 != t1::value> >,
106 … mpl::and_<mpl::bool_< t1::value <= max_string_digits>, mpl::bool_<0 != t1::value> >,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dintegral_constant.hpp22 template <bool B> struct bool_;
32 template <bool B> struct bool_;
41 using ::mpl_::bool_;
90 operator const mpl::bool_<val>& ()const in operator const mpl::bool_<val>&()
93 return dereference(reinterpret_cast<const mpl::bool_<val>*>(&data)); in operator const mpl::bool_<val>&()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/preprocessed/
H A Dexpand_pack.hpp12 typedef mpl::bool_< false> applied;
18 typedef mpl::bool_<expand_pattern_helper<Tfx, A0>::applied::value || false> applied;
24 …typedef mpl::bool_<expand_pattern_helper<Tfx, A0>::applied::value || expand_pattern_helper<Tfx, A1…
30 …typedef mpl::bool_<expand_pattern_helper<Tfx, A0>::applied::value || expand_pattern_helper<Tfx, A1…
36 …typedef mpl::bool_<expand_pattern_helper<Tfx, A0>::applied::value || expand_pattern_helper<Tfx, A1…
42 …typedef mpl::bool_<expand_pattern_helper<Tfx, A0>::applied::value || expand_pattern_helper<Tfx, A1…
48 …typedef mpl::bool_<expand_pattern_helper<Tfx, A0>::applied::value || expand_pattern_helper<Tfx, A1…
54 …typedef mpl::bool_<expand_pattern_helper<Tfx, A0>::applied::value || expand_pattern_helper<Tfx, A1…
60 …typedef mpl::bool_<expand_pattern_helper<Tfx, A0>::applied::value || expand_pattern_helper<Tfx, A1…
66 …typedef mpl::bool_<expand_pattern_helper<Tfx, A0>::applied::value || expand_pattern_helper<Tfx, A1…
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Dsequence_traits.hpp56 typedef mpl::bool_<has_native_replace<T>::value> type;
75 typedef mpl::bool_<has_stable_iterators<T>::value> type;
94 typedef mpl::bool_<has_const_time_insert<T>::value> type;
113 typedef mpl::bool_<has_const_time_erase<T>::value> type;
/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 Ddiff_abs.hpp17 inline T diff_abs_dispatch(T const& v1, T const& v2, boost::mpl::bool_<true> const& /*is_integral*/) in diff_abs_dispatch()
23 inline T diff_abs_dispatch(T const& v1, T const& v2, boost::mpl::bool_<false> const& /*is_integral*… in diff_abs_dispatch()
31 typedef boost::mpl::bool_< in diff_abs()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/std/
H A Dslist_traits.hpp35 typedef mpl::bool_<has_stable_iterators<T>::value> type;
48 typedef mpl::bool_<has_const_time_insert<T>::value> type;
61 typedef mpl::bool_<has_const_time_erase<T>::value> type;
H A Dlist_traits.hpp34 typedef mpl::bool_<has_stable_iterators<T>::value> type;
47 typedef mpl::bool_<has_const_time_insert<T>::value> type;
60 typedef mpl::bool_<has_const_time_erase<T>::value> type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/
H A Dfunction_base.hpp380 mpl::bool_<(function_allows_small_object_optimization<functor_type>::value)>()); in manager()
489 mpl::bool_<(function_allows_small_object_optimization<functor_type>::value)>()); in manager()
525 compare_equal(const Function& f, const Functor&, int, mpl::bool_<true>) in compare_equal()
531 mpl::bool_<true>) in compare_not_equal()
537 mpl::bool_<false>) in compare_equal()
547 int, mpl::bool_<false>) in compare_equal()
557 mpl::bool_<false>) in compare_not_equal()
568 mpl::bool_<false>) in compare_not_equal()
733 typedef mpl::bool_<(is_integral<Functor>::value)> integral; in operator ==()
740 typedef mpl::bool_<(is_integral<Functor>::value)> integral; in operator ==()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/context/detail/preprocessed/
H A Dcallable_eval.hpp26 typedef mpl::bool_<value> type;
85 typedef mpl::bool_<value> type;
144 typedef mpl::bool_<value> type;
203 typedef mpl::bool_<value> type;
262 typedef mpl::bool_<value> type;
321 typedef mpl::bool_<value> type;
380 typedef mpl::bool_<value> type;
439 typedef mpl::bool_<value> type;
498 typedef mpl::bool_<value> type;
557 typedef mpl::bool_<value> type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dallocator_traits.hpp308 container_detail::bool_<value> flag; in allocate()
321 container_detail::bool_<value> flag; in destroy()
330 container_detail::bool_<value> flag; in max_size()
344 container_detail::bool_<value> flag; in BOOST_CONTAINER_DOC1ST()
359 container_detail::bool_<value> flag; in construct()
368 container_detail::bool_<is_partially_propagable::value> flag; in storage_is_unpropagable()
376 container_detail::bool_<is_always_equal::value> flag; in equal()
428 container_detail::bool_<value> flag;\
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dterminal.hpp170 template <bool C> struct bool_;
173 struct bool_<true> : mpl::bool_<true> struct
175 typedef bool_<true>* is_true; argument
179 struct bool_<false> : mpl::bool_<false> struct
181 typedef bool_<false>* is_false; argument
191 : bool_<
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/set/aux_/
H A Dhas_key_impl.hpp44 typedef bool_<value> type;
47 : bool_<
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/
H A Dpointer_traits.hpp133 boost::intrusive::detail::bool_<value> flag; in pointer_to()
155 return pointer_traits::priv_static_cast_from(boost::intrusive::detail::bool_<value>(), uptr); in static_cast_from()
176 return pointer_traits::priv_const_cast_from(boost::intrusive::detail::bool_<value>(), uptr); in const_cast_from()
197 return pointer_traits::priv_dynamic_cast_from(boost::intrusive::detail::bool_<value>(), uptr); in dynamic_cast_from()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dcomparison_op.hpp62 : bool_< AUX778076_OP(N1, N2) >
67 typedef bool_<value> type;
H A Dhas_rebind.hpp55 , bool_<false>
89 , bool_<false>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/
H A Dint_float_mixture.hpp38 typedef mpl::bool_< ::std::numeric_limits<S>::is_integer > S_int ;
39 typedef mpl::bool_< ::std::numeric_limits<T>::is_integer > T_int ;
H A Dsign_mixture.hpp38 typedef mpl::bool_< ::std::numeric_limits<S>::is_signed > S_signed ;
39 typedef mpl::bool_< ::std::numeric_limits<T>::is_signed > T_signed ;

1234567