/third_party/boost/libs/core/test/ |
D | eif_constructors.cpp | 18 using boost::disable_if; 29 container(const T&, const typename disable_if<is_arithmetic<T>, T>::type * = 0): in container() 39 disable_if<is_arithmetic<It> >::type* = 0) in xstring()
|
D | eif_member_templates.cpp | 18 using boost::disable_if; 27 typename disable_if<is_arithmetic<T>, bool>::type
|
D | eif_dummy_arg_disambiguation.cpp | 18 using boost::disable_if; 30 typename disable_if<is_arithmetic<T>, bool>::type
|
D | eif_partial_specializations.cpp | 21 using boost::disable_if; 46 struct tester2<T, typename disable_if<is_arithmetic<T> >::type> {
|
/third_party/boost/boost/multi_index/ |
D | member.hpp | 52 typename disable_if< 87 typename disable_if< 158 typename disable_if< 196 typename disable_if<
|
D | mem_fun.hpp | 63 typename disable_if< 101 typename disable_if< 203 typename disable_if< 241 typename disable_if<
|
D | global_fun.hpp | 58 typename disable_if< 105 typename disable_if< 137 typename disable_if<
|
D | identity.hpp | 54 typename disable_if<is_convertible<const ChainedPtr&,Type&>,Type&>::type 98 typename disable_if<
|
/third_party/boost/boost/xpressive/ |
D | regex_algorithms.hpp | 175 , typename disable_if<detail::is_char_ptr<BidiRange> >::type * = 0 in regex_match() 201 , typename disable_if<detail::is_char_ptr<BidiRange> >::type * = 0 in regex_match() 248 , typename disable_if<detail::is_char_ptr<BidiRange> >::type * = 0 in regex_match() 272 , typename disable_if<detail::is_char_ptr<BidiRange> >::type * = 0 in regex_match() 510 , typename disable_if<detail::is_char_ptr<BidiRange> >::type * = 0 in regex_search() 540 , typename disable_if<detail::is_char_ptr<BidiRange> >::type * = 0 in regex_search() 598 , typename disable_if<detail::is_char_ptr<BidiRange> >::type * = 0 in regex_search() 628 , typename disable_if<detail::is_char_ptr<BidiRange> >::type * = 0 in regex_search() 758 , typename disable_if<detail::is_char_ptr<Formatter> >::type * = 0 in regex_replace() 811 …, typename disable_if<mpl::or_<detail::is_char_ptr<BidiContainer>, detail::is_char_ptr<Formatter> … in regex_replace() [all …]
|
/third_party/boost/boost/range/algorithm/ |
D | upper_bound.hpp | 31 BOOST_DEDUCED_TYPENAME disable_if< 52 inline BOOST_DEDUCED_TYPENAME disable_if< 73 inline BOOST_DEDUCED_TYPENAME disable_if< 99 inline BOOST_DEDUCED_TYPENAME disable_if<
|
D | lower_bound.hpp | 30 inline BOOST_DEDUCED_TYPENAME disable_if< 51 inline BOOST_DEDUCED_TYPENAME disable_if< 72 inline BOOST_DEDUCED_TYPENAME disable_if< 97 inline BOOST_DEDUCED_TYPENAME disable_if<
|
D | find_first_of.hpp | 32 inline BOOST_DEDUCED_TYPENAME disable_if< 59 inline BOOST_DEDUCED_TYPENAME disable_if< 87 inline BOOST_DEDUCED_TYPENAME disable_if< 119 inline BOOST_DEDUCED_TYPENAME disable_if<
|
D | find_end.hpp | 32 inline BOOST_DEDUCED_TYPENAME disable_if< 59 inline BOOST_DEDUCED_TYPENAME disable_if< 86 inline BOOST_DEDUCED_TYPENAME disable_if< 118 inline BOOST_DEDUCED_TYPENAME disable_if<
|
D | find_if.hpp | 31 inline BOOST_DEDUCED_TYPENAME disable_if< 54 inline BOOST_DEDUCED_TYPENAME disable_if<
|
D | find.hpp | 30 inline BOOST_DEDUCED_TYPENAME disable_if< 53 inline BOOST_DEDUCED_TYPENAME disable_if<
|
/third_party/boost/boost/python/detail/ |
D | enable_if.hpp | 22 : disable_if<C,T> 32 : disable_if<C,T>
|
/third_party/boost/boost/msm/back/ |
D | dispatch_table.hpp | 171 typename ::boost::disable_if< 193 typename ::boost::disable_if< 212 typename ::boost::disable_if< 235 typename ::boost::disable_if< 261 typename ::boost::disable_if<typename has_not_real_row_tag<Transition>::type,void >::type 294 typename ::boost::disable_if< 338 typename ::boost::disable_if<
|
/third_party/boost/boost/thread/ |
D | scoped_thread.hpp | 50 …template <class F, class ...Args, typename = typename disable_if<is_same<typename decay<F>::type, … 56 typename disable_if<is_same<typename decay<F>::type, Thread>, void* >::type=0) : 141 …template <class F, class ...Args, typename = typename disable_if<is_same<typename decay<F>::type, … 147 typename disable_if<is_same<typename decay<F>::type, Thread>, void* >::type=0) : in scoped_thread()
|
/third_party/boost/boost/contract/detail/condition/ |
D | cond_inv.hpp | 147 typename boost::disable_if< 157 typename boost::disable_if< 167 typename boost::disable_if<
|
/third_party/boost/boost/accumulators/numeric/functional/ |
D | complex.hpp | 27 disable_if< 39 disable_if<
|
/third_party/boost/boost/move/detail/ |
D | meta_utils_core.hpp | 87 struct disable_if : enable_if_c<!Cond::value, T> {}; struct 132 struct disable_if_same : disable_if<is_same<T, U>, R> {};
|
/third_party/boost/boost/type_erasure/ |
D | operators.hpp | 171 typename ::boost::disable_if< \ 206 typename ::boost::disable_if< \ 228 typename ::boost::disable_if< \ 285 typename ::boost::disable_if< ::boost::type_erasure::is_placeholder<T> >::type 393 typename ::boost::disable_if< ::boost::type_erasure::is_placeholder<T> >::type 483 typename ::boost::disable_if< ::boost::type_erasure::is_placeholder<Os> >::type 527 typename ::boost::disable_if< ::boost::type_erasure::is_placeholder<Is> >::type
|
/third_party/boost/boost/move/ |
D | algorithm.hpp | 133 ,typename ::boost::move_detail::disable_if< move_detail::is_move_iterator<I> >::type* = 0 in uninitialized_copy_or_move() 156 ,typename ::boost::move_detail::disable_if< move_detail::is_move_iterator<I> >::type* = 0 in copy_or_move()
|
/third_party/boost/boost/core/ |
D | enable_if.hpp | 64 struct disable_if : public disable_if_c<Cond::value, T> {}; struct 113 struct disable_if : enable_if_does_not_work_on_this_compiler<T> struct
|
/third_party/boost/boost/numeric/odeint/stepper/base/ |
D | explicit_error_stepper_base.hpp | 147 typename boost::disable_if< boost::is_same< DerivIn , time_type > , void >::type 178 typename boost::disable_if< boost::is_same< StateIn , time_type > , void >::type 195 typename boost::disable_if< boost::is_same< DerivIn , time_type > , void >::type 245 typename boost::disable_if< boost::is_same< DerivIn , time_type > , void >::type
|