Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobject.c1070 _PyObject_GetDictPtr(PyObject *obj) in _PyObject_GetDictPtr() function
1160 dictptr = _PyObject_GetDictPtr(obj); in _PyObject_GetMethod()
1367 dictptr = _PyObject_GetDictPtr(obj); in _PyObject_GenericSetAttrWithDict()
1409 PyObject **dictptr = _PyObject_GetDictPtr(obj); in PyObject_GenericSetDict()
Dtypeobject.c1230 PyObject **dictptr = _PyObject_GetDictPtr(self); in subtype_traverse()
1291 PyObject **dictptr = _PyObject_GetDictPtr(self); in subtype_clear()
1432 PyObject **dictptr = _PyObject_GetDictPtr(self); in subtype_dealloc()
2343 dictptr = _PyObject_GetDictPtr(obj); in subtype_setdict()
4908 dict = _PyObject_GetDictPtr(obj); in _PyObject_GetState()
Dexceptions.c2990 dictptr = _PyObject_GetDictPtr(val); in _PyErr_TrySetFromCause()
Ddictobject.c4992 PyObject *dict, **dictptr = _PyObject_GetDictPtr(obj); in PyObject_GenericGetDict()
/third_party/python/Include/cpython/
Dobject.h332 PyAPI_FUNC(PyObject **) _PyObject_GetDictPtr(PyObject *);
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c2289 PyObject **dictptr = _PyObject_GetDictPtr(pyobj); in SWIG_Python_GetSwigThis()
2514 PyObject **dictptr = _PyObject_GetDictPtr(inst); in SWIG_Python_NewShadowInstance()
2584 PyObject **dictptr = _PyObject_GetDictPtr(inst); in SWIG_Python_SetSwigThis()
/third_party/python/Modules/
D_datetimemodule.c3767 dictptr = _PyObject_GetDictPtr(self); in tzinfo_reduce()
/third_party/python/Doc/c-api/
Dtypeobj.rst1728 yourself; it is done for you by :c:func:`_PyObject_GetDictPtr`.)