Searched refs:SWIG_Python_NewPackedObj (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/webp/swig/ |
H A D | libwebp_python_wrap.c | 1178 #define SWIG_NewPackedObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type) 1190 #define SWIG_NewMemberObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type) 2674 SWIG_Python_NewPackedObj(void *ptr, size_t sz, swig_type_info *type) { in SWIG_Python_NewPackedObj() function
|
/aosp_15_r20/external/marisa-trie/bindings/python/ |
H A D | marisa-swig_wrap.cxx | 1115 #define SWIG_NewPackedObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type) 1127 #define SWIG_NewMemberObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type) 2431 SWIG_Python_NewPackedObj(void *ptr, size_t sz, swig_type_info *type) { in SWIG_Python_NewPackedObj() function
|