Searched refs:BOOST_PROTO_MAX_LOGICAL_ARITY (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/ |
| H A D | and_n.hpp | 24 …(3, (2, BOOST_PP_MAX(BOOST_PROTO_MAX_ARITY, BOOST_PROTO_MAX_LOGICAL_ARITY), <boost/proto/detail/an… 56 #if N <= BOOST_PROTO_MAX_LOGICAL_ARITY
|
| H A D | matches_.hpp | 38 …(3, (2, BOOST_PP_MAX(BOOST_PROTO_MAX_ARITY, BOOST_PROTO_MAX_LOGICAL_ARITY), <boost/proto/detail/ma… 52 #if N <= BOOST_PROTO_MAX_LOGICAL_ARITY
|
| H A D | or_n.hpp | 24 (3, (2, BOOST_PROTO_MAX_LOGICAL_ARITY, <boost/proto/detail/or_n.hpp>))
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/ |
| H A D | proto_fwd.hpp | 34 #ifndef BOOST_PROTO_MAX_LOGICAL_ARITY 35 # define BOOST_PROTO_MAX_LOGICAL_ARITY 10 macro 52 … 10 < BOOST_PROTO_MAX_LOGICAL_ARITY || \ 391 template<BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(BOOST_PROTO_MAX_LOGICAL_ARITY, typename G, void)> 394 template<BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(BOOST_PROTO_MAX_LOGICAL_ARITY, typename G, void)>
|
| H A D | matches.hpp | 51 #define BOOST_PROTO_LOGICAL_typename_G BOOST_PP_ENUM_PARAMS(BOOST_PROTO_MAX_LOGICAL_ARITY, typenam… 52 #define BOOST_PROTO_LOGICAL_G BOOST_PP_ENUM_PARAMS(BOOST_PROTO_MAX_LOGICAL_ARITY, G)
|