Home
last modified time | relevance | path

Searched refs:PyDictValues (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Include/cpython/
Ddictobject.h6 typedef struct _dictvalues PyDictValues; typedef
35 PyDictValues *ma_values;
/external/python/cpython3/Objects/
Ddictobject.c198 set_values(PyDictObject *mp, PyDictValues *values) in set_values()
264 set_values(PyDictObject *mp, PyDictValues *values) in set_values()
881 static inline PyDictValues*
885 PyDictValues *res = (PyDictValues *)PyMem_Malloc(n); in new_values()
897 free_values(PyDictValues *values, bool use_qsbr) in free_values()
912 PyDictKeysObject *keys, PyDictValues *values, in new_dict()
950 PyDictValues *values = new_values(size); in new_dict_with_shared_keys()
1486 PyDictValues *values = _Py_atomic_load_ptr(&mp->ma_values); in _Py_dict_lookup_threadsafe()
1955 PyDictValues *oldvalues; in dictresize()
2578 delete_index_from_values(PyDictValues *values, Py_ssize_t ix) in delete_index_from_values()
[all …]
Dobject_layout.md70 The values pointer refers to the ``PyDictValues`` array which holds the
/external/python/cpython3/Include/internal/
Dpycore_dict.h289 get_insertion_order_array(PyDictValues *values) in get_insertion_order_array()
295 _PyDictValues_AddToInsertionOrder(PyDictValues *values, Py_ssize_t ix) in _PyDictValues_AddToInsertionOrder()
Dpycore_object.h740 static inline PyDictValues *
746 return (PyDictValues *)((char *)obj + sizeof(PyObject)); in _PyObject_InlineValues()
/external/python/cpython3/Modules/
D_testinternalcapi.c1359 PyDictValues *values = _PyObject_InlineValues(obj); in get_object_dict_values()
/external/python/cpython3/Misc/NEWS.d/
D3.13.0a6.rst197 The array of values, the ``PyDictValues`` struct is now embedded in the
/external/python/cpython3/Tools/c-analyzer/
DTODO118 Objects/dictobject.c:empty_values_struct static PyDictValues
/external/python/cpython3/Python/
Dexecutor_cases.c.h2229 PyDictValues *values = _PyObject_InlineValues(owner);
Dbytecodes.c2125 PyDictValues *values = _PyObject_InlineValues(owner); in dummy_func()
Dgenerated_cases.c.h5526 PyDictValues *values = _PyObject_InlineValues(owner); in TARGET()
/external/python/cpython3/Doc/data/
Dpython3.13.abi14014 …<typedef-decl name='PyDictValues' type-id='type-id-823' filepath='./Include/cpython/dictobject.h' …