Home
last modified time | relevance | path

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

/external/marisa-trie/bindings/python/
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