Home
last modified time | relevance | path

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

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