Home
last modified time | relevance | path

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

/third_party/python/Include/
Ddictobject.h84 PyAPI_DATA(PyTypeObject) PyDictRevIterItem_Type;
/third_party/python/Objects/
Ddictobject.c3665 itertype == &PyDictRevIterItem_Type || in dictiter_new()
3678 itertype == &PyDictRevIterItem_Type) { in dictiter_new()
4077 else if (Py_IS_TYPE(di, &PyDictRevIterItem_Type)) { in dictreviter_iternext()
4158 PyTypeObject PyDictRevIterItem_Type = { variable
4887 return dictiter_new(dv->dv_dict, &PyDictRevIterItem_Type); in dictitems_reversed()
Dobject.c1819 INIT_TYPE(PyDictRevIterItem_Type); in _PyTypes_Init()
/third_party/python/Doc/data/
Dstable_abi.dat96 var,PyDictRevIterItem_Type,3.8,
/third_party/python/PC/
Dpython3dll.c749 EXPORT_DATA(PyDictRevIterItem_Type)
/third_party/python/Misc/
Dstable_abi.txt2033 data PyDictRevIterItem_Type
/third_party/python/Tools/c-analyzer/
DTODO702 Objects/dictobject.c:PyDictRevIterItem_Type PyTypeObject PyDictRevIterItem_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1659 Objects/dictobject.c - PyDictRevIterItem_Type -