Searched defs: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
|
/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
|