Lines Matching refs:dictptr
1897 PyObject **dictptr = _PyObject_GetDictPtr(pyobj); in SWIG_Python_GetSwigThis() local
1898 if (dictptr != NULL) { in SWIG_Python_GetSwigThis()
1899 PyObject *dict = *dictptr; in SWIG_Python_GetSwigThis()
2092 PyObject **dictptr = _PyObject_GetDictPtr(inst); in SWIG_Python_NewShadowInstance() local
2093 if (dictptr != NULL) { in SWIG_Python_NewShadowInstance()
2094 PyObject *dict = *dictptr; in SWIG_Python_NewShadowInstance()
2097 *dictptr = dict; in SWIG_Python_NewShadowInstance()
2150 PyObject **dictptr = _PyObject_GetDictPtr(inst); in SWIG_Python_SetSwigThis() local
2151 if (dictptr != NULL) { in SWIG_Python_SetSwigThis()
2152 dict = *dictptr; in SWIG_Python_SetSwigThis()
2155 *dictptr = dict; in SWIG_Python_SetSwigThis()