Home | History | Annotate | Download | only in include

Lines Matching refs:CvAttrList

1639 typedef struct CvAttrList
1642 struct CvAttrList* next; /* Pointer to next chunk of the attributes list. */
1644 CvAttrList;
1646 CV_INLINE CvAttrList cvAttrList( const char** attr CV_DEFAULT(NULL),
1647 CvAttrList* next CV_DEFAULT(NULL) )
1649 CvAttrList l;
1735 const void* struct_ptr, CvAttrList attributes );