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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
H A Dstorage.hpp40 template<class A1> struct storage1 struct in namespace:boost::_bi
42 explicit storage1( A1 a1 ): a1_( a1 ) {} function in struct:boost::_bi::storage1
54 template<int I> struct storage1< boost::arg<I> > struct in namespace:boost::_bi
56 explicit storage1( boost::arg<I> ) {} function in struct:boost::_bi::storage1
63 template<int I> struct storage1< boost::arg<I> (*) () > struct in namespace:boost::_bi
65 explicit storage1( boost::arg<I> (*) () ) {} function in struct:boost::_bi::storage1
76 template<class A1, class A2> struct storage2: public storage1<A1>
78 typedef storage1<A1> inherited;
80 storage2( A1 a1, A2 a2 ): storage1<A1>( a1 ), a2_( a2 ) {}
93 template<class A1, int I> struct storage2< A1, boost::arg<I> >: public storage1<A
[all...]

Completed in 23 milliseconds