/third_party/boost/boost/core/ |
D | enable_if.hpp | 56 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
|
/third_party/boost/boost/dll/detail/ |
D | aggressive_ptr_cast.hpp | 36 BOOST_FORCEINLINE typename boost::disable_if_c<boost::is_member_pointer<To>::value || boost::is_ref… 64 BOOST_FORCEINLINE typename boost::disable_if_c<!boost::is_reference<To>::value || boost::is_member_… 93 BOOST_FORCEINLINE typename boost::disable_if_c<!boost::is_member_pointer<To>::value || boost::is_me… 112 BOOST_FORCEINLINE typename boost::disable_if_c<boost::is_member_pointer<To>::value || !boost::is_me…
|
/third_party/boost/boost/log/detail/ |
D | light_function_pp.hpp | 122 …light_function(FunT const& fun, typename boost::disable_if_c< is_rv_or_same< FunT, this_type >::va… in light_function() 127 …light_function(BOOST_RV_REF(FunT) fun, typename boost::disable_if_c< is_cv_same< FunT, this_type >… in light_function() 184 typename boost::disable_if_c< is_rv_or_same< FunT, this_type >::value, this_type& >::type 330 …light_function(FunT const& fun, typename boost::disable_if_c< is_rv_or_same< FunT, this_type >::va… in light_function() 335 …light_function(BOOST_RV_REF(FunT) fun, typename boost::disable_if_c< is_cv_same< FunT, this_type >… in light_function() 392 typename boost::disable_if_c< is_rv_or_same< FunT, this_type >::value, this_type& >::type
|
D | light_function.hpp | 197 …light_function(FunT const& fun, typename boost::disable_if_c< is_rv_or_same< FunT, this_type >::va… in light_function() 202 …light_function(BOOST_RV_REF(FunT) fun, typename boost::disable_if_c< is_cv_same< FunT, this_type >… in light_function() 259 typename boost::disable_if_c< is_rv_or_same< FunT, this_type >::value, this_type& >::type 403 …light_function(FunT const& fun, typename boost::disable_if_c< is_rv_or_same< FunT, this_type >::va… in light_function() 408 …light_function(BOOST_RV_REF(FunT) fun, typename boost::disable_if_c< is_cv_same< FunT, this_type >… in light_function() 465 typename boost::disable_if_c< is_rv_or_same< FunT, this_type >::value, this_type& >::type
|
D | sink_init_helpers.hpp | 83 inline typename boost::disable_if_c< 137 inline typename boost::disable_if_c<
|
/third_party/boost/libs/core/test/ |
D | eif_partial_specializations.cpp | 19 using boost::disable_if_c; 33 struct tester<T, typename disable_if_c<is_arithmetic<T>::value>::type> {
|
/third_party/boost/boost/variant/detail/ |
D | apply_visitor_binary.hpp | 76 typename disable_if_c<MoveSemantics && is_same<Value2, Value2>::value, result_type>::type 136 typename disable_if_c<MoveSemantics && is_same<Value1, Value1>::value, result_type>::type 270 …decltype(auto) operator()(Value2&& value2, typename disable_if_c<MoveSemantics && is_same<Value2, … in operator ()() 308 …decltype(auto) operator()(Value1&& value1, typename disable_if_c<MoveSemantics && is_same<Value1, … in operator ()()
|
/third_party/boost/boost/math/special_functions/ |
D | trunc.hpp | 119 inline typename boost::disable_if_c<boost::is_constructible<int, T>::value, int>::type 134 inline typename boost::disable_if_c<boost::is_constructible<long, T>::value, long>::type 151 inline typename boost::disable_if_c<boost::is_constructible<boost::long_long_type, T>::value, boost…
|
/third_party/boost/boost/parameter/aux_/preprocessor/impl/ |
D | parenthesized_return_type.hpp | 83 struct unaryfunptr_return_type<void(*)(::boost::disable_if_c<b,Ret>)> 85 typedef ::boost::disable_if_c<b,Ret> type;
|
/third_party/boost/boost/log/expressions/ |
D | filter.hpp | 94 …filter(FunT const& fun, typename boost::disable_if_c< move_detail::is_rv< FunT >::value, boost::lo… in filter() 140 …typename boost::disable_if_c< is_same< typename remove_cv< FunT >::type, filter >::value, filter& … in operator =()
|
/third_party/boost/boost/math/interpolators/ |
D | barycentric_rational.hpp | 43 …putIterator2 start_y, size_t approximation_order = 3, typename boost::disable_if_c<boost::is_integ… 80 …, InputIterator2 start_y, size_t approximation_order, typename boost::disable_if_c<boost::is_integ… in barycentric_rational()
|
/third_party/boost/boost/algorithm/ |
D | clamp.hpp | 112 …BOOST_CXX14_CONSTEXPR typename boost::disable_if_c<boost::is_same<Range, OutputIterator>::value, O… 164 …BOOST_CXX14_CONSTEXPR typename boost::disable_if_c<boost::is_same<Range, OutputIterator>::value, O…
|
/third_party/boost/boost/multiprecision/ |
D | complex_adaptor.hpp | 270 inline typename boost::disable_if_c<boost::is_same<complex_adaptor<Backend>, T>::value>::type eval_… in eval_add() 276 inline typename boost::disable_if_c<boost::is_same<complex_adaptor<Backend>, T>::value>::type eval_… in eval_subtract() 282 inline typename boost::disable_if_c<boost::is_same<complex_adaptor<Backend>, T>::value>::type eval_… in eval_multiply() 289 inline typename boost::disable_if_c<boost::is_same<complex_adaptor<Backend>, T>::value>::type eval_… in eval_divide() 297 inline typename boost::disable_if_c<boost::is_same<complex_adaptor<Backend>, T>::value>::type eval_… in eval_add() 304 inline typename boost::disable_if_c<boost::is_same<complex_adaptor<Backend>, T>::value>::type eval_… in eval_subtract() 311 inline typename boost::disable_if_c<boost::is_same<complex_adaptor<Backend>, T>::value>::type eval_… in eval_multiply() 318 inline typename boost::disable_if_c<boost::is_same<complex_adaptor<Backend>, T>::value>::type eval_… in eval_divide() 339 inline typename disable_if_c<boost::is_complex<Result>::value>::type eval_convert_to(Result* result… in eval_convert_to()
|
/third_party/boost/boost/thread/detail/ |
D | invoke.hpp | 546 typename disable_if_c 1373 typename disable_if_c 1395 typename disable_if_c 1417 typename disable_if_c 1439 typename disable_if_c 1462 typename disable_if_c 1484 typename disable_if_c 1506 typename disable_if_c 1520 typename disable_if_c 1531 typename disable_if_c [all …]
|
/third_party/boost/boost/multiprecision/detail/ |
D | number_base.hpp | 656 …template <class T, typename boost::disable_if_c<is_same<T, bool>::value || is_void<T>::value || is… 665 …typename boost::disable_if_c<is_number<T>::value || is_constructible<T const&, result_type>::value… 840 …template <class T, typename boost::disable_if_c<is_same<T, bool>::value || is_void<T>::value || is… 849 …typename boost::disable_if_c<is_number<T>::value || is_constructible<T const&, result_type>::value… 1028 …template <class T, typename boost::disable_if_c<is_same<T, bool>::value || is_void<T>::value || is… 1037 …typename boost::disable_if_c<is_number<T>::value || is_constructible<T const&, result_type>::value… 1227 …template <class T, typename boost::disable_if_c<is_same<T, bool>::value || is_void<T>::value || is… 1236 …typename boost::disable_if_c<is_number<T>::value || is_constructible<T const&, result_type>::value… 1434 …template <class T, typename boost::disable_if_c<is_same<T, bool>::value || is_void<T>::value || is… 1443 …typename boost::disable_if_c<is_number<T>::value || is_constructible<T const&, result_type>::value…
|
/third_party/boost/boost/fusion/container/vector/detail/cpp03/ |
D | vector_forward_ctor.hpp | 69 …, typename boost::disable_if_c<boost::is_same<vector, typename boost::remove_cv_ref<U0>::type>::va…
|
/third_party/boost/boost/move/detail/ |
D | meta_utils_core.hpp | 79 struct disable_if_c struct
|
D | meta_utils.hpp | 449 : disable_if_c< and_<A, B, C, D>::value, R> 459 : disable_if_c< or_<A, B, C, D>::value, R>
|
/third_party/boost/boost/proto/detail/ |
D | decltype.hpp | 250 typename disable_if_c<has_get_pointer<T>::value, T *>::type 257 typename disable_if_c<has_get_pointer<T>::value, T const *>::type
|
/third_party/boost/boost/dll/ |
D | shared_library.hpp | 357 …inline typename boost::disable_if_c<boost::is_member_pointer<T>::value || boost::is_reference<T>::… in get() 371 …inline typename boost::disable_if_c<boost::is_member_pointer<T>::value || boost::is_reference<T>::… in get()
|
/third_party/boost/boost/sort/spreadsort/detail/ |
D | integer_sort.hpp | 388 inline typename boost::disable_if_c< sizeof(Div_type) <= sizeof(size_t) 434 inline typename boost::disable_if_c< sizeof(Div_type) <= sizeof(size_t) 478 inline typename boost::disable_if_c< sizeof(Div_type) <= sizeof(size_t)
|
D | string_sort.hpp | 697 inline typename boost::disable_if_c< sizeof(Unsigned_char_type) <= 2, void 721 inline typename boost::disable_if_c< sizeof(Unsigned_char_type) <= 2, void 749 inline typename boost::disable_if_c< sizeof(Unsigned_char_type) <= 2, void 804 inline typename boost::disable_if_c< sizeof(Unsigned_char_type) <= 2, void
|
/third_party/boost/boost/container/detail/ |
D | mpl.hpp | 41 using boost::move_detail::disable_if_c;
|
/third_party/boost/boost/log/utility/manipulators/ |
D | range.hpp | 152 inline typename boost::disable_if_c<
|
/third_party/boost/libs/multiprecision/performance/ |
D | arithmetic_backend.hpp | 133 inline BOOST_MP_CXX14_CONSTEXPR typename disable_if_c<boost::is_integral<R>::value>::type eval_conv… in eval_convert_to() 190 inline BOOST_MP_CXX14_CONSTEXPR typename disable_if_c<std::numeric_limits<Arithmetic>::has_infinity… in eval_divide() 248 inline BOOST_MP_CXX14_CONSTEXPR typename disable_if_c<std::numeric_limits<Arithmetic>::has_infinity… in eval_divide() 299 inline BOOST_MP_CXX14_CONSTEXPR typename disable_if_c<
|