Searched refs:RefType (Results 1 – 2 of 2) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
D | foreach.hpp | 184 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 ); \
|
D | named_params.hpp | 40 template<typename T, typename unique_id,typename RefType> struct named_parameter;
|