Home
last modified time | relevance | path

Searched refs:function_types (Results 1 – 25 of 162) sorted by relevance

1234567

/third_party/boost/boost/function_types/
Dproperty_tags.hpp19 namespace boost { namespace function_types { namespace
51 ::boost::function_types::detail::encode_bits_impl<Bits,CCID>::value
58 ::boost::function_types::detail::tag_ice
59 < ::boost::function_types::detail::bits<LHS>::value
60 , ::boost::function_types::detail::mask<LHS>::value
61 , ::boost::function_types::detail::bits<RHS>::value
62 , ::boost::function_types::detail::mask<RHS>::value
67 ::boost::function_types::detail::tag_ice
68 < ::boost::function_types::detail::bits<LHS>::value
69 , ::boost::function_types::detail::mask<LHS>::value
[all …]
Dis_function.hpp17 namespace function_types namespace
21 : function_types::represents
22 < function_types::components<T>
23 , function_types::tag<Tag ,detail::function_tag>
Dis_nonmember_callable_builtin.hpp18 namespace function_types namespace
22 : function_types::represents
23 < function_types::components<T>
24 , function_types::tag<Tag,detail::nonmember_callable_builtin_tag>
Dis_function_pointer.hpp18 namespace function_types namespace
22 : function_types::represents
23 < function_types::components<T>
24 , function_types::tag<Tag ,detail::pointer_tag>
Dis_member_pointer.hpp17 namespace function_types namespace
21 : function_types::represents
22 < function_types::components<T>
23 , function_types::tag<Tag ,detail::member_pointer_tag>
Dis_member_function_pointer.hpp18 namespace function_types namespace
22 : function_types::represents
23 < function_types::components<T>
24 , function_types::tag<Tag ,detail::member_function_pointer_tag> >
Dis_function_reference.hpp18 namespace function_types namespace
22 : function_types::represents
23 < function_types::components<T>
24 , function_types::tag<Tag ,detail::reference_tag> >
Dis_callable_builtin.hpp18 namespace function_types namespace
22 : function_types::represents
23 < function_types::components<T>
24 , function_types::tag<Tag, detail::callable_builtin_tag>
/third_party/boost/boost/function_types/detail/
Dcomponents_as_mpl_sequence.hpp27 < function_types::detail::components_mpl_sequence_tag >
34 < function_types::detail::components_mpl_sequence_tag >
41 < function_types::detail::components_mpl_sequence_tag >
48 < function_types::detail::components_mpl_sequence_tag >
55 < function_types::detail::components_mpl_sequence_tag >
62 < function_types::detail::components_mpl_sequence_tag >
69 < function_types::detail::components_mpl_sequence_tag >
76 < function_types::detail::components_mpl_sequence_tag >
88 < function_types::detail::components_mpl_sequence_tag >
100 < function_types::detail::components_mpl_sequence_tag >
[all …]
Dsynthesize.hpp22 namespace boost { namespace function_types { namespace detail { namespace
33 < ::boost::function_types::detail::decode_bits<Bits>::flags
34 , ::boost::function_types::detail::decode_bits<Bits>::cc_id
44 , ::boost::function_types::detail::bits
46 < function_types::tag<nv_dcc_func, Tag> >
55 , ::boost::function_types::detail::bits
57 < function_types::tag
73 #define BOOST_FT_al_path boost/function_types/detail/synthesize_impl
Dclassifier.hpp20 namespace boost { namespace function_types { namespace detail { namespace
29 ::boost::function_types::detail::encode_charr_impl<Flags,CCID,Arity>::value
53 #define BOOST_FT_al_path boost/function_types/detail/classifier_impl
61 boost::function_types::detail::classifier_impl(& tester)
68 ::boost::function_types::detail::decode_bits<
69 ::boost::function_types::detail::classifier_bits<T>::value
76 ::boost::function_types::detail::decode_bits<
77 ::boost::function_types::detail::classifier_bits<T>::value
/third_party/boost/libs/poly_collection/test/
Dtest_algorithm3.cpp17 function_types::collection,jammed_auto_increment,function_types::to_int, in test_algorithm3()
18 function_types::t1,function_types::t2,function_types::t3, in test_algorithm3()
19 function_types::t4,function_types::t5>(); in test_algorithm3()
Dtest_capacity.cpp89 function_types::collection,auto_increment, in test_capacity()
90 function_types::t1,function_types::t2,function_types::t3, in test_capacity()
91 function_types::t4,function_types::t5>(); in test_capacity()
/third_party/boost/libs/function_types/test/decomposition/
Dfunction_arity.cpp23 BOOST_MPL_ASSERT_RELATION( ::boost::function_types::function_arity<func>::value, ==, 0 );
24 BOOST_MPL_ASSERT_RELATION( ::boost::function_types::function_arity<func_ptr>::value, ==, 1 );
25 BOOST_MPL_ASSERT_RELATION( ::boost::function_types::function_arity<func_ref>::value, ==, 2 );
26 BOOST_MPL_ASSERT_RELATION( ::boost::function_types::function_arity<mem_func_ptr>::value, ==, 1 );
27 BOOST_MPL_ASSERT_RELATION( ::boost::function_types::function_arity<c_mem_func_ptr>::value, ==, 2 );
28 BOOST_MPL_ASSERT_RELATION( ::boost::function_types::function_arity<v_mem_func_ptr>::value, ==, 3 );
29 BOOST_MPL_ASSERT_RELATION( ::boost::function_types::function_arity<cv_mem_func_ptr>::value, ==, 4 );
30 BOOST_MPL_ASSERT_RELATION( ::boost::function_types::function_arity<mem_ptr>::value, ==, 1 );
/third_party/boost/libs/tti/test/
Dtest_has_fun_template_compile.cpp18 …mplate)<AType::AStructType,int,boost::mpl::vector<int *,bool>,boost::function_types::const_qualifi… in main()
25 …BOOST_MPL_ASSERT((ACFunTem<AType,double,boost::mpl::vector<unsigned,int>,boost::function_types::co… in main()
26 …<AType,void,boost::mpl::vector<int **, long &, unsigned long>,boost::function_types::const_qualifi… in main()
27 …AVolatileFT)<AType,double,boost::mpl::vector<int, long, char>,boost::function_types::volatile_qual… in main()
28 …BOOST_MPL_ASSERT((VTempl<AType,void,boost::mpl::vector<int &>,boost::function_types::volatile_qual… in main()
29 …BOOST_MPL_ASSERT((ACVF<AType,double,boost::mpl::vector<int,long>,boost::function_types::cv_qualifi… in main()
30 …EN(ConstVolTTFun)<AType,void,boost::mpl::vector<float,double>,boost::function_types::cv_qualified>… in main()
34 …BOOST_MPL_ASSERT((VWDef<AnotherType,void,boost::mpl::vector<float,double>,boost::function_types::v… in main()
Dtest_has_mem_fun_cv_compile.cpp15 …)<AnotherType,double,boost::mpl::vector<short,short,long,int>,boost::function_types::const_qualifi… in main()
24 …EN(AConstFunction)<AType,double,boost::mpl::vector<long,char>,boost::function_types::const_qualifi… in main()
25 …BOOST_MPL_ASSERT((StillTest<AnotherType,AType,boost::mpl::vector<int>,boost::function_types::const… in main()
34 …N_GEN(StillVolatile)<AnotherType,bool,boost::mpl::vector<int>,boost::function_types::volatile_qual… in main()
35 …BOOST_MPL_ASSERT((Volly<AType,void,boost::mpl::vector<float,double>,boost::function_types::volatil… in main()
44 …ConstVolFunction)<AType,void,boost::mpl::vector<float,double>,boost::function_types::cv_qualified>… in main()
45 …BOOST_MPL_ASSERT((CVBoth<AType,double,boost::mpl::vector<long,char>,boost::function_types::cv_qual… in main()
Dtest_has_fun_template.cpp18 …BOOST_TEST((ACFunTem<AType,double,boost::mpl::vector<unsigned,int>,boost::function_types::const_qu… in main()
19 …<AType,void,boost::mpl::vector<int **, long &, unsigned long>,boost::function_types::const_qualifi… in main()
20 …AVolatileFT)<AType,double,boost::mpl::vector<int, long, char>,boost::function_types::volatile_qual… in main()
21 …BOOST_TEST((VTempl<AType,void,boost::mpl::vector<int &>,boost::function_types::volatile_qualified>… in main()
22 …BOOST_TEST((ACVF<AType,double,boost::mpl::vector<int,long>,boost::function_types::cv_qualified>::v… in main()
23 …EN(ConstVolTTFun)<AType,void,boost::mpl::vector<float,double>,boost::function_types::cv_qualified>… in main()
27 …BOOST_TEST((VWDef<AnotherType,void,boost::mpl::vector<float,double>,boost::function_types::volatil… in main()
Dtest_has_mem_fun_cv.cpp20 …tFunction)<AnotherType,int,boost::mpl::vector<AType *, short>,boost::function_types::const_qualifi… in main()
21 …BOOST_TEST((AskIfConst<AType,void,boost::mpl::vector<float,double>,boost::function_types::const_qu… in main()
30 …N_GEN(StillVolatile)<AnotherType,bool,boost::mpl::vector<int>,boost::function_types::volatile_qual… in main()
31 …BOOST_TEST((Volly<AType,void,boost::mpl::vector<float,double>,boost::function_types::volatile_qual… in main()
40 …ConstVolFunction)<AType,void,boost::mpl::vector<float,double>,boost::function_types::cv_qualified>… in main()
41 …BOOST_TEST((CVBoth<AType,double,boost::mpl::vector<long,char>,boost::function_types::cv_qualified>… in main()
/third_party/boost/boost/functional/overloaded_function/detail/
Dfunction_type.hpp38 typename boost::function_types::function_type<
41 typename boost::function_types::parameter_types<
44 , typename boost::function_types::result_type<call_ptr>::type
64 typename boost::mpl::if_<boost::function_types::is_function<F>,
67 typename boost::mpl::if_<boost::function_types::
71 typename boost::mpl::if_<boost::function_types::
/third_party/boost/boost/contract/detail/type_traits/
Dmember_function_types.hpp34 typedef typename boost::function_types::result_type<F>::type result_type;
37 typedef typename boost::mpl::pop_front<typename boost::function_types::
50 boost::function_types::cv_qualified
52 boost::function_types::const_non_volatile
54 boost::function_types::volatile_non_const
56 boost::function_types::null_tag
/third_party/boost/boost/function_types/detail/pp_retag_default_cc/
Dmaster.hpp23 namespace boost { namespace function_types { namespace
33 (::boost::function_types::detail::bits<Tag>::value & BOOST_FT_default_cc)
34 | (::boost::function_types::detail::bits<RefTag>::value & BOOST_PP_SLOT(1))
43 ::boost::function_types::detail::selector_bits<Tag,RefTag>::value > >
56 <boost/function_types/detail/pp_retag_default_cc/master.hpp>
/third_party/boost/boost/iterator/
Dfunction_input_iterator.hpp89 typename function_types::result_type<Function>::type,
91 typename function_types::result_type<Function>::type const &
107 typename function_types::result_type<Function>::type const &
119 mutable optional<typename function_types::result_type<Function>::type> value;
127 function_types::is_function_pointer<Function>,
133 function_types::is_function_pointer<Function>,
/third_party/boost/boost/log/detail/
Dfunction_traits.hpp98 bool = function_types::is_nonmember_callable_builtin< FunT >::value,
111 typename function_types::parameter_types< FunT >::type
147 bool = function_types::is_nonmember_callable_builtin< FunT >::value,
160 typename function_types::parameter_types< FunT >::type
190 bool = function_types::is_nonmember_callable_builtin< FunT >::value,
200 public function_types::function_arity< FunT >
/third_party/boost/boost/function_types/detail/components_impl/
Darity10_0.hpp27 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (BOOST_FT_nullary_p…
37 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 BOOST_FT_ell) B…
47 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 BOOST_FT_e…
57 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 BOOST…
67 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
77 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
87 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
97 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
107 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
117 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
[all …]
Darity10_1.hpp27 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) ( BOOST_FT_ell) BOO…
37 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 BOOST_FT_ell) B…
47 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 BOOST_FT_e…
57 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 BOOST…
67 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 …
77 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 …
87 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 …
97 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 …
107 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 …
117 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 …

1234567