Searched refs:swig_this (Results 1 – 1 of 1) sorted by relevance
/external/marisa-trie/bindings/python/ |
D | marisa-swig_wrap.cxx | 2077 static PyObject *SWIG_STATIC_POINTER(swig_this) = _SWIG_This(); in SWIG_This() 2078 return swig_this; in SWIG_This() 2301 SWIG_Python_NewShadowInstance(SwigPyClientData *data, PyObject *swig_this) in SWIG_Python_NewShadowInstance() argument 2316 PyDict_SetItem(dict, SWIG_This(), swig_this); in SWIG_Python_NewShadowInstance() 2321 PyObject_SetAttr(inst, key, swig_this); in SWIG_Python_NewShadowInstance() 2327 PyObject_SetAttr(inst, SWIG_This(), swig_this); in SWIG_Python_NewShadowInstance() 2331 PyDict_SetItem(dict, SWIG_This(), swig_this); in SWIG_Python_NewShadowInstance() 2341 PyDict_SetItem(dict, SWIG_This(), swig_this); in SWIG_Python_NewShadowInstance() 2363 PyDict_SetItem(inst->in_dict, SWIG_This(), swig_this); in SWIG_Python_NewShadowInstance() 2370 SWIG_Python_SetSwigThis(PyObject *inst, PyObject *swig_this) in SWIG_Python_SetSwigThis() argument [all …]
|