OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_EXTERN_C_FUNCPTR
(Results
1 - 4
of
4
) sorted by null
/external/opencv/cv/src/
_cv.h
95
CV_EXTERN_C_FUNCPTR
( void (CV_CDECL * CvWriteNodeFunction)(void* seq,void* node) )
/external/opencv/otherlibs/highgui/
highgui.h
72
#ifndef
CV_EXTERN_C_FUNCPTR
74
#define
CV_EXTERN_C_FUNCPTR
(x) extern "C" { typedef x; }
76
#define
CV_EXTERN_C_FUNCPTR
(x) typedef x
/external/opencv/cxcore/include/
cxtypes.h
113
#ifndef
CV_EXTERN_C_FUNCPTR
115
#define
CV_EXTERN_C_FUNCPTR
(x) extern "C" { typedef x; }
117
#define
CV_EXTERN_C_FUNCPTR
(x) typedef x
[
all
...]
/external/opencv/ml/include/
ml.h
78
#ifndef
CV_EXTERN_C_FUNCPTR
80
#define
CV_EXTERN_C_FUNCPTR
(x) extern "C" { typedef x; }
82
#define
CV_EXTERN_C_FUNCPTR
(x) typedef x
[
all
...]
Completed in 356 milliseconds