| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/ |
| H A D | inserter_algorithm.hpp | 38 # 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 D | lambda_support.hpp | 47 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 D | arity.hpp | 30 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 D | template_params.hpp | 14 #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 D | bool_trait_def.hpp | 29 #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 D | master.hpp | 25 # 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 D | arity10_1.hpp | 22 # 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 D | arity10_0.hpp | 22 # 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 D | function_traits.hpp | 25 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 D | args.hpp | 16 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 D | pipeline.hpp | 24 #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 D | apply_wrap.hpp | 120 ::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 D | template_arity.hpp | 27 : 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 D | apply_wrap.hpp | 120 ::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 D | apply_wrap.hpp | 120 ::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 D | template_arity.hpp | 27 : 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 D | apply_wrap.hpp | 125 ::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 D | template_arity.hpp | 27 : F::arity
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/ |
| H A D | protect.hpp | 41 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 D | args.hpp | 43 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 D | matches.hpp | 139 , 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 D | domain.hpp | 236 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 D | template_arity.hpp | 27 : 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 D | template_arity.hpp | 27 : 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 D | template_arity.hpp | 27 : F::arity
|