Home
last modified time | relevance | path

Searched refs:disable_if_c (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/core/
H A Denable_if.hpp56 struct disable_if_c { struct
61 struct disable_if_c<true, T> {}; struct
64 struct disable_if : public disable_if_c<Cond::value, T> {};
97 struct disable_if_c : enable_if_does_not_work_on_this_compiler<T> struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dnumber_base.hpp430 …template <class T, typename boost::disable_if_c<is_same<T, bool>::value || is_void<T>::value || is…
438 , typename boost::disable_if_c<is_number<T>::value || is_constructible<T const&, result_type>::valu…
500 …template <class T, typename boost::disable_if_c<is_same<T, bool>::value || is_void<T>::value || is…
508 , typename boost::disable_if_c<is_number<T>::value || is_constructible<T const&, result_type>::valu…
574 …template <class T, typename boost::disable_if_c<is_same<T, bool>::value || is_void<T>::value || is…
582 , typename boost::disable_if_c<is_number<T>::value || is_constructible<T const&, result_type>::valu…
659 …template <class T, typename boost::disable_if_c<is_same<T, bool>::value || is_void<T>::value || is…
667 , typename boost::disable_if_c<is_number<T>::value || is_constructible<T const&, result_type>::valu…
753 …template <class T, typename boost::disable_if_c<is_same<T, bool>::value || is_void<T>::value || is…
761 , typename boost::disable_if_c<is_number<T>::value || is_constructible<T const&, result_type>::valu…
H A Dgeneric_interconvert.hpp269 inline typename disable_if_c<is_number<To>::value || is_floating_point<To>::value>::type
357 inline typename disable_if_c<is_number<To>::value || is_floating_point<To>::value>::type
H A Ddefault_ops.hpp68 inline typename disable_if_c<is_convertible<V, T>::value >::type
83 inline typename disable_if_c<is_convertible<V, T>::value>::type
98 inline typename disable_if_c<is_convertible<V, T>::value>::type
117 inline typename disable_if_c<!is_same<T, U>::value && is_same<T, V>::value>::type eval_multiply_add… in eval_multiply_add()
129 inline typename disable_if_c<!is_same<T, U>::value && is_same<T, V>::value>::type eval_multiply_sub… in eval_multiply_subtract()
438 inline typename boost::disable_if_c<boost::is_same<T, U>::value, T>::type make_T(const U& u) in make_T()
451 inline typename disable_if_c<!is_same<T, U>::value && is_same<T, V>::value>::type eval_multiply_add… in eval_multiply_add()
461 inline typename disable_if_c<!is_same<T, U>::value && is_same<T, V>::value>::type eval_multiply_sub… in eval_multiply_subtract()
639 inline typename disable_if_c<is_convertible<U, T>::value>::type eval_bitwise_and_default(T& t, cons… in eval_bitwise_and_default()
657 inline typename disable_if_c<is_same<T, U>::value || is_same<T, V>::value>::type eval_bitwise_and_d… in eval_bitwise_and_default()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dmeta_utils_core.hpp74 struct disable_if_c struct
H A Dmeta_utils.hpp447 : disable_if_c< and_<A, B, C, D>::value, R>
457 : disable_if_c< or_<A, B, C, D>::value, R>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dmpl.hpp41 using boost::move_detail::disable_if_c;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Ddecltype.hpp250 typename disable_if_c<has_get_pointer<T>::value, T *>::type
257 typename disable_if_c<has_get_pointer<T>::value, T const *>::type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Denv.hpp74 … typename boost::disable_if_c< \
423 inline typename disable_if_c<
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/detail/
H A Dmpl.hpp45 using boost::move_detail::disable_if_c;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/iteration/detail/preprocessed/
H A Dreverse_fold.hpp44 typename boost::disable_if_c<SeqSize == 0, State>::type::type
H A Dfold.hpp45 typename boost::disable_if_c<SeqSize == 0, State>::type::type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dnumber.hpp625 …template <class T, typename boost::disable_if_c<is_same<T, bool>::value || is_void<T>::value, int>…
1404 …typename boost::disable_if_c<boost::multiprecision::number_category<self_type>::value == boost::mu…
1425 …typename boost::disable_if_c<boost::multiprecision::number_category<self_type>::value == boost::mu…
1460 …typename boost::disable_if_c<boost::multiprecision::number_category<self_type>::value == boost::mu…
1473 …typename boost::disable_if_c<boost::multiprecision::number_category<self_type>::value == boost::mu…
1486 …typename boost::disable_if_c<boost::multiprecision::number_category<self_type>::value == boost::mu…
1498 …typename boost::disable_if_c<boost::multiprecision::number_category<self_type>::value == boost::mu…
H A Dcpp_int.hpp744 …typename boost::disable_if_c<!boost::is_integral<T>::value || (std::numeric_limits<T>::is_speciali…
753 …typename boost::disable_if_c<boost::is_integral<T>::value || (std::numeric_limits<T>::is_specializ…
887 …typename boost::disable_if_c<std::numeric_limits<T>::is_specialized && (std::numeric_limits<T>::di…
1148 …typename boost::disable_if_c<is_implicit_cpp_int_conversion<cpp_int_backend<MinBits2, MaxBits2, Si… in cpp_int_backend()
1193 …typename boost::disable_if_c<is_unsigned<A>::value || !is_integral<A>::value >::type do_assign_ari… in do_assign_arithmetic()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dproto_fwd.hpp76 …, typename boost::disable_if_c<boost::is_const<T>::value, boost::proto::detail::undefined>::type *…
85 …, typename boost::disable_if_c<boost::is_function<T>::value, boost::proto::detail::undefined>::typ…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/iteration/detail/
H A Dfold.hpp110 typename boost::disable_if_c<SeqSize == 0, State>::type::type in BOOST_FUSION_FOLD_IMPL_ENABLER()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Dold_optional_implementation.hpp731 BOOST_DEDUCED_TYPENAME boost::disable_if_c< in optional()
766 BOOST_DEDUCED_TYPENAME boost::disable_if_c<
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dimport_export.hpp126 …inline typename boost::disable_if_c<boost::multiprecision::backends::is_trivial_cpp_int<cpp_int_ba…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Drational.hpp175 …rational(rational<NewType> const &r, typename disable_if_c<rational_detail::is_compatible_integer<… in rational()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp926 BOOST_CONTAINER_DOCIGN(BOOST_MOVE_I typename container_detail::disable_if_c
942 BOOST_CONTAINER_DOCIGN(BOOST_MOVE_I typename container_detail::disable_if_c