Searched refs:SWIG_Python_CallFunctor (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/webp/swig/ |
H A D | libwebp_python_wrap.c | 1359 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunctionObjArgs(functor, obj, … macro 1361 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunction(functor, "O", obj); macro 1708 res = SWIG_Python_CallFunctor(destroy, tmp); in SwigPyObject_dealloc() 2408 impconv = SWIG_Python_CallFunctor(klass, obj); in SWIG_Python_ConvertPtrAndOwn()
|
/aosp_15_r20/external/marisa-trie/bindings/python/ |
H A D | marisa-swig_wrap.cxx | 1259 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunctionObjArgs(functor, obj, NU… macro 1261 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunction(functor, "O", obj); macro 1580 res = SWIG_Python_CallFunctor(destroy, tmp); in SwigPyObject_dealloc() 2210 impconv = SWIG_Python_CallFunctor(klass, obj); in SWIG_Python_ConvertPtrAndOwn()
|