Searched refs:SWIG_NewPackedObj (Results 1 – 3 of 3) sorted by relevance
/external/marisa-trie/bindings/perl/ |
D | marisa-swig_wrap.cxx | 926 #define SWIG_NewPackedObj(p, s, type) SWIG_Perl_NewPackedObj(SWIG_PERL_OBJECT_CALL … macro 938 #define SWIG_NewMemberObj(ptr, sz, type) SWIG_NewPackedObj(ptr, sz, type)
|
/external/marisa-trie/bindings/python/ |
D | marisa-swig_wrap.cxx | 1115 #define SWIG_NewPackedObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type) macro 5950 obj = SWIG_NewPackedObj(constants[i].pvalue, constants[i].lvalue, *(constants[i].ptype)); in SWIG_Python_InstallConstants()
|
/external/marisa-trie/bindings/ruby/ |
D | marisa-swig_wrap.cxx | 1381 #define SWIG_NewPackedObj(ptr, sz, type) SWIG_Ruby_NewPackedObj(ptr, sz, type) macro
|