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

/external/opencv/cxcore/include/
H A Dcxtypes.h1160 typedef struct CvMemStorage struct
1165 struct CvMemStorage* parent; /* We get new blocks from parent as needed. */
1169 CvMemStorage; typedef in typeref:struct:CvMemStorage
1173 (((CvMemStorage*)(storage))->signature & CV_MAGIC_MASK) == CV_STORAGE_MAGIC_VAL)
1217 CvMemStorage* storage; /* Where the seq is stored. */ \
/external/opencv3/modules/core/include/opencv2/core/
H A Dtypes_c.h1189 typedef struct CvMemStorage struct
1194 struct CvMemStorage* parent; /**< We get new blocks from parent as needed. */
1198 CvMemStorage; typedef in typeref:struct:CvMemStorage
1202 (((CvMemStorage*)(storage))->signature & CV_MAGIC_MASK) == CV_STORAGE_MAGIC_VAL)
1246 CvMemStorage* storage; /**< Where the seq is stored. */ \

Completed in 155 milliseconds