Home
last modified time | relevance | path

Searched refs:arity (Results 1 – 25 of 52) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dinserter_algorithm.hpp38 # define BOOST_MPL_AUX_INSERTER_ALGORITHM_DEF(arity, name) \ argument
41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
49 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), typename P) \
51 struct name< BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P),na > \
54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
69 : aux::reverse_##name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
74 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), typename P) \
[all …]
H A Dlambda_support.hpp47 typedef BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::int_<i> arity; \
73 typedef BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::int_<i> arity; \
102 typedef BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::int_<i> arity; \
H A Darity.hpp30 struct arity struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dtemplate_params.hpp14 #define BOOST_IOSTREAMS_TEMPLATE_PARAMS(arity, param) \ argument
15 BOOST_PP_EXPR_IF(arity, template<) \
16 BOOST_PP_ENUM_PARAMS(arity, typename param) \
17 BOOST_PP_EXPR_IF(arity, >) \
20 #define BOOST_IOSTREAMS_TEMPLATE_ARGS(arity, param) \ argument
21 BOOST_PP_EXPR_IF(arity, <) \
22 BOOST_PP_ENUM_PARAMS(arity, param) \
23 BOOST_PP_EXPR_IF(arity, >) \
H A Dbool_trait_def.hpp29 #define BOOST_IOSTREAMS_BOOL_TRAIT_DEF(trait, type, arity) \ argument
31 BOOST_IOSTREAMS_TEMPLATE_PARAMS(arity, T) \
33 (const volatile type BOOST_IOSTREAMS_TEMPLATE_ARGS(arity, T)*); \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/synthesize_impl/
H A Dmaster.hpp25 # define BOOST_FT_make_type(flags,cc,arity) BOOST_FT_make_type_impl(flags,cc,arity) argument
26 # define BOOST_FT_make_type_impl(flags,cc,arity) make_type_ ## flags ## _ ## cc ## _ ## arity argument
28 BOOST_PP_EXPAND(#) define BOOST_FT_make_type(flags,cc,arity) BOOST_FT_make_type_impl(flags,cc,arity)
29 …_EXPAND(#) define BOOST_FT_make_type_impl(flags,cc,arity) make_type_ ## flags ## _ ## cc ## _ ## a…
H A Darity10_1.hpp22 # define BOOST_FT_make_type(flags,cc,arity) BOOST_FT_make_type_impl(flags,cc,arity) argument
23 # define BOOST_FT_make_type_impl(flags,cc,arity) make_type_ ## flags ## _ ## cc ## _ ## arity argument
H A Darity10_0.hpp22 # define BOOST_FT_make_type(flags,cc,arity) BOOST_FT_make_type_impl(flags,cc,arity) argument
23 # define BOOST_FT_make_type_impl(flags,cc,arity) make_type_ ## flags ## _ ## cc ## _ ## arity argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dfunction_traits.hpp25 BOOST_STATIC_CONSTANT(unsigned, arity = 0);
32 BOOST_STATIC_CONSTANT(unsigned, arity = 1);
41 BOOST_STATIC_CONSTANT(unsigned, arity = 2);
52 BOOST_STATIC_CONSTANT(unsigned, arity = 3);
62 BOOST_STATIC_CONSTANT(unsigned, arity = 4);
74 BOOST_STATIC_CONSTANT(unsigned, arity = 5);
87 BOOST_STATIC_CONSTANT(unsigned, arity = 6);
101 BOOST_STATIC_CONSTANT(unsigned, arity = 7);
116 BOOST_STATIC_CONSTANT(unsigned, arity = 8);
132 BOOST_STATIC_CONSTANT(unsigned, arity = 9);
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/
H A Dargs.hpp16 static const long arity = 0; member
30 static const long arity = 1; member
44 static const long arity = 2; member
58 static const long arity = 3; member
72 static const long arity = 4; member
86 static const long arity = 5; member
100 static const long arity = 6; member
114 static const long arity = 7; member
128 static const long arity = 8; member
142 static const long arity = 9; member
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dpipeline.hpp24 #define BOOST_IOSTREAMS_PIPABLE(filter, arity) \ argument
25 template< BOOST_PP_ENUM_PARAMS(arity, typename T) \
26 BOOST_PP_COMMA_IF(arity) typename Component> \
29 filter BOOST_IOSTREAMS_TEMPLATE_ARGS(arity, T) \
32 > operator|( const filter BOOST_IOSTREAMS_TEMPLATE_ARGS(arity, T)& f, \
36 filter BOOST_IOSTREAMS_TEMPLATE_ARGS(arity, T) \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc_pre590/
H A Dapply_wrap.hpp120 ::boost::mpl::aux::arity< F,0 >::value
215 ::boost::mpl::aux::arity< F,1 >::value
298 ::boost::mpl::aux::arity< F,2 >::value
364 ::boost::mpl::aux::arity< F,3 >::value
413 ::boost::mpl::aux::arity< F,4 >::value
448 ::boost::mpl::aux::arity< F,5 >::value
H A Dtemplate_arity.hpp27 : F::arity
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/mwcw/
H A Dapply_wrap.hpp120 ::boost::mpl::aux::arity< F,0 >::value
215 ::boost::mpl::aux::arity< F,1 >::value
298 ::boost::mpl::aux::arity< F,2 >::value
364 ::boost::mpl::aux::arity< F,3 >::value
413 ::boost::mpl::aux::arity< F,4 >::value
448 ::boost::mpl::aux::arity< F,5 >::value
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc551/
H A Dapply_wrap.hpp120 ::boost::mpl::aux::arity< F,0 >::value
215 ::boost::mpl::aux::arity< F,1 >::value
298 ::boost::mpl::aux::arity< F,2 >::value
364 ::boost::mpl::aux::arity< F,3 >::value
413 ::boost::mpl::aux::arity< F,4 >::value
448 ::boost::mpl::aux::arity< F,5 >::value
H A Dtemplate_arity.hpp27 : F::arity
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc/
H A Dapply_wrap.hpp125 ::boost::mpl::aux::arity< F,0 >::value
220 ::boost::mpl::aux::arity< F,1 >::value
303 ::boost::mpl::aux::arity< F,2 >::value
369 ::boost::mpl::aux::arity< F,3 >::value
418 ::boost::mpl::aux::arity< F,4 >::value
453 ::boost::mpl::aux::arity< F,5 >::value
H A Dtemplate_arity.hpp27 : F::arity
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dprotect.hpp41 struct arity< protect<T>, N > struct
42 : arity<T,N>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dargs.hpp43 static const long arity = 0; member
74 static const long arity = N; in BOOST_PP_CAT() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dmatches.hpp139 , proto::basic_expr<ignore, Args1, Args1::arity>
140 , proto::basic_expr<ignore, Args2, Args1::arity>
149 , proto::basic_expr<ignore, Args1, Args2::arity>
150 , proto::basic_expr<ignore, Args2, Args2::arity>
152 … , vararg_matches_impl<Args1, typename Back::proto_grammar, Args2::arity + 1, Args1::arity>
H A Ddomain.hpp236 typedef proto::expr<Tag, Args, Args::arity> type;
244 typedef proto::basic_expr<Tag, Args, Args::arity> type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/no_ttp/
H A Dtemplate_arity.hpp27 : F::arity
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/no_ctps/
H A Dtemplate_arity.hpp27 : F::arity
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/msvc70/
H A Dtemplate_arity.hpp27 : F::arity

123