/aosp_15_r20/external/python/cpython3/Objects/ |
D | object.c | 1196 PyObject **dictptr = _PyObject_DictPointer(obj); in _PyObject_GetMethod() local 1256 PyObject **dictptr; in _PyObject_GenericGetAttrWithDict() local 1408 PyObject **dictptr = _PyObject_DictPointer(obj); in _PyObject_GenericSetAttrWithDict() local 1463 PyObject **dictptr = _PyObject_GetDictPtr(obj); in PyObject_GenericSetDict() local
|
D | dictobject.c | 5397 PyObject **dictptr = _PyObject_DictPointer(obj); in _PyObject_InitializeDict() local 5514 PyObject **dictptr; in _PyObject_IsInstanceDictEmpty() local 5595 PyObject **dictptr = _PyObject_ManagedDictPointer(obj); in PyObject_GenericGetDict() local 5612 PyObject **dictptr = _PyObject_DictPointer(obj); in PyObject_GenericGetDict() local 5635 _PyObjectDict_SetItem(PyTypeObject *tp, PyObject **dictptr, in _PyObjectDict_SetItem()
|
D | typeobject.c | 1227 PyObject **dictptr = _PyObject_DictPointer(self); in subtype_traverse() local 1291 PyObject **dictptr = _PyObject_DictPointer(self); in subtype_clear() local 1435 PyObject **dictptr = _PyObject_ManagedDictPointer(self); in subtype_dealloc() local 1446 PyObject **dictptr = _PyObject_DictPointer(self); in subtype_dealloc() local 2345 PyObject **dictptr; in subtype_setdict() local
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | object.c | 1339 PyObject **dictptr; in _PyObject_GenericGetAttrWithDict() local 1476 PyObject **dictptr; in _PyObject_GenericSetAttrWithDict() local
|
D | typeobject.c | 854 PyObject **dictptr = _PyObject_GetDictPtr(self); in subtype_traverse() local 910 PyObject **dictptr = _PyObject_GetDictPtr(self); in subtype_clear() local 1031 PyObject **dictptr = _PyObject_GetDictPtr(self); in subtype_dealloc() local 1872 PyObject **dictptr; in subtype_dict() local 1908 PyObject **dictptr; in subtype_setdict() local
|
/aosp_15_r20/external/pytorch/torch/csrc/ |
H A D | Storage.cpp | 275 PyObject** dictptr = _PyObject_GetDictPtr(self); in THPStorage_subclass_dealloc() local
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | python_variable.cpp | 1975 PyObject** dictptr = _PyObject_GetDictPtr(self); in THPVariable_subclass_dealloc() local 2224 PyObject** dictptr = _PyObject_GetDictPtr(self); in THPVariable_subclass_traverse() local
|
/aosp_15_r20/external/f2fs-tools/fsck/ |
H A D | dict.c | 67 #define dictptr dict_dictptr macro
|
/aosp_15_r20/external/e2fsprogs/lib/support/ |
H A D | dict.c | 74 #define dictptr dict_dictptr macro
|
/aosp_15_r20/external/webp/swig/ |
H A D | libwebp_python_wrap.c | 2289 PyObject **dictptr = _PyObject_GetDictPtr(pyobj); in SWIG_Python_GetSwigThis() local 2514 PyObject **dictptr = _PyObject_GetDictPtr(inst); in SWIG_Python_NewShadowInstance() local 2584 PyObject **dictptr = _PyObject_GetDictPtr(inst); in SWIG_Python_SetSwigThis() local
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | specialize.c | 619 PyObject **dictptr = _PyObject_ManagedDictPointer(owner); in specialize_dict_access() local
|
D | ceval.c | 4582 PyDictObject **dictptr = (PyDictObject**)(((char *)self)+dictoffset); local
|
/aosp_15_r20/external/marisa-trie/bindings/python/ |
H A D | marisa-swig_wrap.cxx | 2099 PyObject **dictptr = _PyObject_GetDictPtr(pyobj); in SWIG_Python_GetSwigThis() local 2310 PyObject **dictptr = _PyObject_GetDictPtr(inst); in SWIG_Python_NewShadowInstance() local 2374 PyObject **dictptr = _PyObject_GetDictPtr(inst); in SWIG_Python_SetSwigThis() local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | datetimemodule.c | 3003 PyObject **dictptr; in tzinfo_reduce() local
|