Searched refs:SWIG_Python_NewPointerObj (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/webp/swig/ |
H A D | libwebp_python_wrap.c | 1165 #define SWIG_NewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(self, ptr, type, … 1167 #define SWIG_NewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, … 1170 #define SWIG_InternalNewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, … 1186 #define SWIG_NewFunctionPtrObj(ptr, type) SWIG_Python_NewPointerObj(NULL, ptr, type, … 2620 SWIG_Python_NewPointerObj(PyObject *self, void *ptr, swig_type_info *type, int flags) { in SWIG_Python_NewPointerObj() function
|
/aosp_15_r20/external/marisa-trie/bindings/python/ |
H A D | marisa-swig_wrap.cxx | 1108 #define SWIG_NewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(ptr, type, flags) 1123 #define SWIG_NewFunctionPtrObj(ptr, type) SWIG_Python_NewPointerObj(ptr, type, 0) 2410 SWIG_Python_NewPointerObj(void *ptr, swig_type_info *type, int flags) { in SWIG_Python_NewPointerObj() function
|