Home
last modified time | relevance | path

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

/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx1259 #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()