Searched refs:static_any_t (Results 1 – 1 of 1) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
D | foreach.hpp | 64 typedef static_any_base const& static_any_t; typedef 70 static_any_cast( static_any_t a, Iter* = 0 ) in static_any_cast() 140 done( static_any_t cur, static_any_t end, C&, mpl::false_ ) in done() 150 done( static_any_t cur, static_any_t end, C const&, mpl::true_ ) in done() 164 next( static_any_t cur, C&, mpl::false_ ) in next() 173 next( static_any_t cur, C const&, mpl::true_ ) in next() 186 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ ) in deref() 195 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ ) in deref() 206 #define BOOST_TEST_FE_ANY ::boost::unit_test::for_each::static_any_t
|