Home
last modified time | relevance | path

Searched refs:BOOST_MPL_AUX_STATIC_CAST (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dintegral_wrapper.hpp61 …BOOST_STATIC_CONSTANT(AUX_WRAPPER_VALUE_TYPE, next_value = BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_V…
62 …BOOST_STATIC_CONSTANT(AUX_WRAPPER_VALUE_TYPE, prior_value = BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_…
69 typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (N + 1)) ) next;
70 typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (N - 1)) ) prior;
72 typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (value + 1)) ) next;
73 … typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (value - 1)) ) prior;
H A Dstatic_cast.hpp22 # define BOOST_MPL_AUX_STATIC_CAST(T, expr) (T)(expr) macro
24 # define BOOST_MPL_AUX_STATIC_CAST(T, expr) static_cast<T>(expr) macro
H A Dptr_to_ref.hpp28 *BOOST_MPL_AUX_STATIC_CAST(X*, 0) \
34 aux::ptr_to_ref(BOOST_MPL_AUX_STATIC_CAST(X*, 0)) \
H A Dorder_impl.hpp42 , BOOST_MPL_AUX_STATIC_CAST(aux::type_wrapper<Key>*, 0)
52 , BOOST_MPL_AUX_STATIC_CAST(aux::type_wrapper<Key>*, 0)
H A Dvalue_wknd.hpp64 BOOST_MPL_AUX_STATIC_CAST(T, C::value) \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/map/aux_/
H A Dat_impl.hpp46 , BOOST_MPL_AUX_STATIC_CAST(key_*, 0)
68 , BOOST_MPL_AUX_STATIC_CAST(long_<order>*, 0)
126 , BOOST_MPL_AUX_STATIC_CAST(long_<order>*, 0)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/set/aux_/
H A Dhas_key_impl.hpp40 , BOOST_MPL_AUX_STATIC_CAST(aux::type_wrapper<T>*, 0)
50 , BOOST_MPL_AUX_STATIC_CAST(aux::type_wrapper<T>*, 0)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dif.hpp63 BOOST_MPL_AUX_STATIC_CAST(bool, BOOST_MPL_AUX_VALUE_WKND(T1)::value)
123 typedef typename aux::if_impl< BOOST_MPL_AUX_STATIC_CAST(bool, msvc_wknd_) >