Searched refs:SWIG_Python_NewPointerObj (Results  1 – 2 of 2) sorted by relevance
| /external/webp/swig/ | 
| 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
 
 | 
| /external/marisa-trie/bindings/python/ | 
| 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
 
 |