/third_party/boost/libs/type_traits/test/ |
D | tricky_partial_spec_test.cpp | 100 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_pointer<const mf3>::value, true); 101 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_pointer<volatile mf3>::value, true); 102 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_pointer<const volatile mf3>::value, true); 108 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_object_pointer<const mf3>::value, false); 109 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_object_pointer<volatile mf3>::value, false); 110 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_object_pointer<const volatile mf3>::value, false); 116 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<const mf3>::value, true); 117 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<volatile mf3>::value, true); 118 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<const volatile mf3>::value, true);
|
D | is_member_obj_test.cpp | 25 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_object_pointer<mf3>::value, false);
|
D | is_member_pointer_test.cpp | 23 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_pointer<mf3>::value, true);
|
D | is_pointer_test.cpp | 44 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<mf3>::value, false);
|
D | is_member_func_test.cpp | 45 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf3>::value, true);
|
D | is_copy_assignable_test.cpp | 187 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_copy_assignable<mf3>::value, true);
|
D | is_scalar_test.cpp | 139 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_scalar<mf3>::value, true);
|
D | is_stateless_test.cpp | 139 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_stateless<mf3>::value, false);
|
D | has_nothrow_assign_test.cpp | 201 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::has_nothrow_assign<mf3>::value, true);
|
D | test.hpp | 192 typedef int (UDT::*mf3)(int); typedef
|
D | has_trivial_destructor_test.cpp | 156 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::has_trivial_destructor<mf3>::value, true);
|
D | is_destructible_test.cpp | 150 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_destructible<mf3>::value, true);
|
D | is_trivially_copyable_test.cpp | 190 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_trivially_copyable<mf3>::value, true);
|
D | is_default_constr_test.cpp | 173 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_default_constructible<mf3>::value, true);
|
D | has_trivial_constr_test.cpp | 171 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::has_trivial_constructor<mf3>::value, true);
|
D | is_nothrow_move_constructible_test.cpp | 217 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<mf3>::value, true);
|
D | is_nothrow_move_assignable_test.cpp | 213 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_assignable<mf3>::value, true);
|
D | has_trivial_assign_test.cpp | 190 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::has_trivial_assign<mf3>::value, true);
|
D | has_nothrow_destructor_test.cpp | 175 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::has_nothrow_destructor<mf3>::value, true);
|
D | is_pod_test.cpp | 139 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pod<mf3>::value, true);
|
/third_party/boost/boost/bind/ |
D | mem_fn_vw.hpp | 54 …lass A2, class A3> struct BOOST_MEM_FN_NAME(mf3): public mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN… in BOOST_MEM_FN_NAME() argument 57 …explicit BOOST_MEM_FN_NAME(mf3)(F f): mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(mf3)<R, T, A… in BOOST_MEM_FN_NAME()
|
D | mem_fn_cc.hpp | 45 template<class R, class T, class A1, class A2, class A3> _mfi::BOOST_MEM_FN_NAME(mf3)<R, T, A1, A2,… in BOOST_MEM_FN_NAME() argument 47 return _mfi::BOOST_MEM_FN_NAME(mf3)<R, T, A1, A2, A3>(f); in BOOST_MEM_FN_NAME()
|
D | mem_fn_template.hpp | 366 …e<class R, class T, class A1, class A2, class A3 BOOST_MEM_FN_CLASS_F> class BOOST_MEM_FN_NAME(mf3) in BOOST_MEM_FN_NAME() argument 389 explicit BOOST_MEM_FN_NAME(mf3)(F f): f_(f) {} in BOOST_MEM_FN_NAME() 417 bool operator==(BOOST_MEM_FN_NAME(mf3) const & rhs) const in BOOST_MEM_FN_NAME() 422 bool operator!=(BOOST_MEM_FN_NAME(mf3) const & rhs) const in BOOST_MEM_FN_NAME()
|
D | bind_mf_cc.hpp | 160 …_bi::bind_t<R, _mfi::BOOST_BIND_MF_NAME(mf3)<R, T, B1, B2, B3>, typename _bi::list_av_4<A1, A2, A3… 163 typedef _mfi::BOOST_BIND_MF_NAME(mf3)<R, T, B1, B2, B3> F; in BOOST_BIND() 183 …_bi::bind_t<Rt2, _mfi::BOOST_BIND_MF_NAME(mf3)<R, T, B1, B2, B3>, typename _bi::list_av_4<A1, A2, … 186 typedef _mfi::BOOST_BIND_MF_NAME(mf3)<R, T, B1, B2, B3> F; in BOOST_BIND()
|
D | bind_mf2_cc.hpp | 91 …_bi::bind_t<Rt2, _mfi::BOOST_BIND_MF_NAME(mf3)<R, T, B1, B2, B3>, typename _bi::list_av_4<A1, A2, … 94 typedef _mfi::BOOST_BIND_MF_NAME(mf3)<R, T, B1, B2, B3> F; in BOOST_BIND()
|