Searched refs:swig_cast_info (Results 1 – 1 of 1) sorted by relevance
367 struct swig_cast_info *cast; /* linked list of types that can cast into this type */373 typedef struct swig_cast_info { struct376 struct swig_cast_info *next; /* pointer to next cast in linked list */ argument377 struct swig_cast_info *prev; /* pointer to the previous cast */ argument378 } swig_cast_info; typedef388 swig_cast_info **cast_initial; /* Array of initially generated casting structures */441 SWIGRUNTIME swig_cast_info *444 swig_cast_info *iter = ty->cast; in SWIG_TypeCheck()468 SWIGRUNTIME swig_cast_info *471 swig_cast_info *iter = ty->cast; in SWIG_TypeCheckStruct()[all …]