Home
last modified time | relevance | path

Searched refs:CvIsInstanceFunc (Results 1 – 6 of 6) sorted by relevance

/external/opencv/cxcore/include/
Dcxcore.hpp366 CvIsInstanceFunc is_instance, CvReleaseFunc release=0,
Dcxtypes.h1731 typedef int (CV_CDECL *CvIsInstanceFunc)( const void* struct_ptr ); typedef
1748 CvIsInstanceFunc is_instance;
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h1773 typedef int (CV_CDECL *CvIsInstanceFunc)( const void* struct_ptr ); typedef
1800 CvIsInstanceFunc is_instance; /**< checks if the passed object belongs to the type */
Dcore_c.h2744 CvIsInstanceFunc is_instance, CvReleaseFunc release=0,
/external/opencv/cxcore/src/
Dcxpersistence.cpp4820 CvIsInstanceFunc is_instance, CvReleaseFunc release, in CvType()
/external/opencv3/modules/core/src/
Dpersistence.cpp4762 CvIsInstanceFunc is_instance, CvReleaseFunc release, in CvType()