Searched refs:struct_copy (Results 1 – 2 of 2) sorted by relevance
5020 void* struct_copy = 0; in cvClone() local5037 CV_CALL( struct_copy = info->clone( struct_ptr )); in cvClone()5041 return struct_copy; in cvClone()
4948 void* struct_copy = 0; in cvClone() local4960 struct_copy = info->clone( struct_ptr ); in cvClone()4961 return struct_copy; in cvClone()