Searched refs:SWIG_Python_NewPointerObj (Results 1 – 1 of 1) sorted by relevance
981 #define SWIG_NewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(ptr, type, flags)996 #define SWIG_NewFunctionPtrObj(ptr, type) SWIG_Python_NewPointerObj(ptr, type, 0)2186 SWIG_Python_NewPointerObj(void *ptr, swig_type_info *type, int flags) { in SWIG_Python_NewPointerObj() function