Home
last modified time | relevance | path

Searched refs:BOOST_PP_SLOT_OFFSET_2 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/slot/detail/
H A Dshared.hpp225 # if BOOST_PP_SLOT_OFFSET_2(BOOST_PP_VALUE) == 0
227 # elif BOOST_PP_SLOT_OFFSET_2(BOOST_PP_VALUE) == 1
229 # elif BOOST_PP_SLOT_OFFSET_2(BOOST_PP_VALUE) == 2
231 # elif BOOST_PP_SLOT_OFFSET_2(BOOST_PP_VALUE) == 3
233 # elif BOOST_PP_SLOT_OFFSET_2(BOOST_PP_VALUE) == 4
235 # elif BOOST_PP_SLOT_OFFSET_2(BOOST_PP_VALUE) == 5
237 # elif BOOST_PP_SLOT_OFFSET_2(BOOST_PP_VALUE) == 6
239 # elif BOOST_PP_SLOT_OFFSET_2(BOOST_PP_VALUE) == 7
241 # elif BOOST_PP_SLOT_OFFSET_2(BOOST_PP_VALUE) == 8
243 # elif BOOST_PP_SLOT_OFFSET_2(BOOST_PP_VALUE) == 9
H A Ddef.hpp25 # define BOOST_PP_SLOT_OFFSET_2(x) BOOST_PP_SLOT_OFFSET_3(x) % 10UL macro