Searched refs:prior (Results 1 - 12 of 12) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
H A Dnext_prior.hpp24 BOOST_MPL_AUX_COMMON_NAME_WKND(prior)
38 struct prior struct in namespace:boost::mpl
40 typedef typename T::prior type;
41 BOOST_MPL_AUX_LAMBDA_SUPPORT(1,prior,(T))
45 BOOST_MPL_AUX_NA_SPEC(1, prior)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
H A Dadvance_backward.hpp31 typedef typename prior<iter0>::type iter1;
42 typedef typename prior<iter0>::type iter1;
43 typedef typename prior<iter1>::type iter2;
54 typedef typename prior<iter0>::type iter1;
55 typedef typename prior<iter1>::type iter2;
56 typedef typename prior<iter2>::type iter3;
67 typedef typename prior<iter0>::type iter1;
68 typedef typename prior<iter1>::type iter2;
69 typedef typename prior<iter2>::type iter3;
70 typedef typename prior<iter
[all...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
H A Dnext_prior.hpp10 // 13 Dec 2003 Added next(x, n) and prior(x, n) (Daniel Walker)
24 // const std::list<T>::iterator prev = boost::prior(p);
40 inline T prior(T x) { return --x; } function in namespace:boost
43 inline T prior(T x, Distance n) function in namespace:boost
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
H A Ditem.hpp55 typedef typename prior<typename Base::lower_bound_>::type index_;
73 typedef typename prior<typename Base::upper_bound_>::type index_;
75 typedef typename prior<typename Base::size>::type size;
91 typedef typename prior<typename Base::size>::type size;
H A Diterator.hpp24 #include <boost/mpl/prior.hpp>
53 typedef v_iter<Vector,prior_> prior; typedef in struct:boost::mpl::v_iter
74 struct prior< v_iter<Vector,n_> > struct in namespace:boost::mpl
H A Dback.hpp34 , prior<typename Vector::size>::type::value
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
H A Dintegral_wrapper.hpp65 typedef AUX_WRAPPER_INST(prior_value) prior; typedef in struct:AUX_WRAPPER_NAME
70 typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (N - 1)) ) prior; typedef in struct:AUX_WRAPPER_NAME
73 typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (value - 1)) ) prior; typedef in struct:AUX_WRAPPER_NAME
H A Dadvance_backward.hpp22 # include <boost/mpl/prior.hpp>
122 typedef typename prior<AUX778076_ITER_0>::type AUX778076_ITER_1;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
H A Dreverse_iterator.hpp43 typename super_t::reference dereference() const { return *boost::prior(this->base()); }
/ndk/tests/build/build-assembly-file/jni/
H A Dassembly-x86.S15 # without specific prior written permission.
/ndk/sources/third_party/googletest/
H A DAndroid.mk15 # this software without specific prior written permission.
/ndk/build/core/
H A Ddefinitions.mk1216 # applied to a given source file. These must be set prior to this

Completed in 441 milliseconds