Searched defs:a7_ (Results 1 - 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
H A Dstorage.hpp325 storage7( A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7 ): storage6<A1, A2, A3, A4, A5, A6>( a1, a2, a3, a4, a5, a6 ), a7_( a7 ) {}
330 BOOST_BIND_VISIT_EACH(v, a7_, 0);
333 A7 a7_; member in struct:boost::_bi::storage7
349 static boost::arg<I> a7_() { return boost::arg<I>(); } function in struct:boost::_bi::storage7
363 static boost::arg<I> a7_() { return boost::arg<I>(); } function in struct:boost::_bi::storage7

Completed in 55 milliseconds