Home
last modified time | relevance | path

Searched refs:mf3 (Results 1 – 25 of 36) sorted by relevance

12

/third_party/boost/libs/type_traits/test/
Dtricky_partial_spec_test.cpp100 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);
Dis_member_obj_test.cpp25 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_object_pointer<mf3>::value, false);
Dis_member_pointer_test.cpp23 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_pointer<mf3>::value, true);
Dis_pointer_test.cpp44 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<mf3>::value, false);
Dis_member_func_test.cpp45 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf3>::value, true);
Dis_copy_assignable_test.cpp187 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_copy_assignable<mf3>::value, true);
Dis_scalar_test.cpp139 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_scalar<mf3>::value, true);
Dis_stateless_test.cpp139 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_stateless<mf3>::value, false);
Dhas_nothrow_assign_test.cpp201 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::has_nothrow_assign<mf3>::value, true);
Dtest.hpp192 typedef int (UDT::*mf3)(int); typedef
Dhas_trivial_destructor_test.cpp156 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::has_trivial_destructor<mf3>::value, true);
Dis_destructible_test.cpp150 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_destructible<mf3>::value, true);
Dis_trivially_copyable_test.cpp190 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_trivially_copyable<mf3>::value, true);
Dis_default_constr_test.cpp173 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_default_constructible<mf3>::value, true);
Dhas_trivial_constr_test.cpp171 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::has_trivial_constructor<mf3>::value, true);
Dis_nothrow_move_constructible_test.cpp217 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<mf3>::value, true);
Dis_nothrow_move_assignable_test.cpp213 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_assignable<mf3>::value, true);
Dhas_trivial_assign_test.cpp190 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::has_trivial_assign<mf3>::value, true);
Dhas_nothrow_destructor_test.cpp175 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::has_nothrow_destructor<mf3>::value, true);
Dis_pod_test.cpp139 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pod<mf3>::value, true);
/third_party/boost/boost/bind/
Dmem_fn_vw.hpp54 …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()
Dmem_fn_cc.hpp45 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()
Dmem_fn_template.hpp366 …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()
Dbind_mf_cc.hpp160 …_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()
Dbind_mf2_cc.hpp91 …_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()

12