Home
last modified time | relevance | path

Searched defs:prior (Results 1 – 4 of 4) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dnext_prior.hpp38 struct prior struct
40 typedef typename T::prior type;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dnext_prior.hpp40 inline T prior(T x) { return --x; } in prior() function
43 inline T prior(T x, Distance n) in prior() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
Dintegral_wrapper.hpp65 typedef AUX_WRAPPER_INST(prior_value) prior; typedef
70 typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (N - 1)) ) prior; typedef
73 … typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (value - 1)) ) prior; typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
Diterator.hpp53 typedef v_iter<Vector,prior_> prior; typedef
74 struct prior< v_iter<Vector,n_> > struct
76 typedef v_iter<Vector,(n_ - 1)> type;