Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dforeach.hpp184 template<class RefType,typename C>
185 inline RefType
186 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ ) in deref() argument
193 template<class RefType,typename C>
194 inline RefType
195 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ ) in deref() argument
239 #define BOOST_TEST_FE_DEREF( COL, RefType ) \ argument
243 ::boost::type<RefType >(), \
257 #define BOOST_TEST_FOREACH( RefType, var, COL ) \ argument
265 for( RefType var = BOOST_TEST_FE_DEREF( COL, RefType ); \
Dnamed_params.hpp40 template<typename T, typename unique_id,typename RefType> struct named_parameter;