HomeSort by relevance Sort by last modified time
    Searched refs:storage1 (Results 1 - 3 of 3) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
storage.hpp 40 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<A1
    [all...]
bind.hpp 217 template< class A1 > class list1: private storage1< A1 >
221 typedef storage1< A1 > base_type;
    [all...]
  /external/opencv/cv/src/
cvcontours.cpp 147 CvMemStorage *storage1; /* contains fetched contours */ member in struct:_CvContourScanner
149 (!=storage1 if approx_method2 != approx_method1) */
232 scanner->storage1 = scanner->storage2 = storage;
298 scanner->storage1 = cvCreateChildMemStorage( scanner->storage2 );
961 scanner->elem_size1, scanner->storage1 );
1019 cvClearMemStorage( scanner->storage1 );
1027 if( scanner->storage1 == scanner->storage2 )
1029 cvRestoreMemStoragePos( scanner->storage1, &(scanner->backup_pos) );
1033 cvClearMemStorage( scanner->storage1 );
    [all...]

Completed in 297 milliseconds