Searched refs:PyDictValues (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_object.h | 248 extern int _PyObject_StoreInstanceAttribute(PyObject *obj, PyDictValues *values, 250 PyObject * _PyObject_GetInstanceAttribute(PyObject *obj, PyDictValues *values, 253 static inline PyDictValues **_PyObject_ValuesPointer(PyObject *obj) in _PyObject_ValuesPointer() 256 return ((PyDictValues **)obj)-4; in _PyObject_ValuesPointer()
|
H A D | pycore_dict.h | 157 extern PyObject *_PyObject_MakeDictFromInstanceAttributes(PyObject *obj, PyDictValues *values); 164 _PyDictValues_AddToInsertionOrder(PyDictValues *values, Py_ssize_t ix) in _PyDictValues_AddToInsertionOrder()
|
/third_party/python/Include/cpython/ |
H A D | dictobject.h | 6 typedef struct _dictvalues PyDictValues; typedef 28 PyDictValues *ma_values;
|
/third_party/python/Objects/ |
H A D | dictobject.c | 692 static inline PyDictValues* 705 return (PyDictValues*)(mem + prefix_size); in new_values() 709 free_values(PyDictValues *values) in free_values() 717 new_dict(PyDictKeysObject *keys, PyDictValues *values, Py_ssize_t used, int free_values_on_failure) in new_dict() 764 PyDictValues *values; in new_dict_with_shared_keys() 1408 PyDictValues *oldvalues; in dictresize() 1934 delete_index_from_values(PyDictValues *values, Py_ssize_t ix) in delete_index_from_values() 2081 PyDictValues *oldvalues; in PyDict_Clear() 2362 PyDictValues *values = mp->ma_values; in dict_dealloc() 3033 PyDictValues *newvalue in PyDict_Copy() [all...] |
H A D | object.c | 1102 PyDictValues **values_ptr = _PyObject_ValuesPointer(obj); in _PyObject_GetDictPtr() 1183 PyDictValues *values; in _PyObject_GetMethod() 1290 PyDictValues **values_ptr = _PyObject_ValuesPointer(obj); in _PyObject_GenericGetAttrWithDict()
|
/third_party/python/Python/ |
H A D | ceval.c | 3507 PyDictValues *values = *_PyObject_ValuesPointer(owner); 3615 PyDictValues *values = *_PyObject_ValuesPointer(owner);
|
Completed in 20 milliseconds