Home
last modified time | relevance | path

Searched refs:SWIG_Python_NewPointerObj (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webp/swig/
H A Dlibwebp_python_wrap.c1165 #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 Dmarisa-swig_wrap.cxx1108 #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