Home
last modified time | relevance | path

Searched refs:PyDictIterItem_Type (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Ddictobject.h94 PyAPI_DATA(PyTypeObject) PyDictIterItem_Type;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Ddictobject.h94 PyAPI_DATA(PyTypeObject) PyDictIterItem_Type;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Ddictobject.c2095 extern PyTypeObject PyDictIterItem_Type; /* Forward */
2113 return dictiter_new(dict, &PyDictIterItem_Type); in dict_iteritems()
2446 if (itertype == &PyDictIterItem_Type) { in dictiter_new()
2688 PyTypeObject PyDictIterItem_Type = { variable
3070 return dictiter_new(dv->dv_dict, &PyDictIterItem_Type); in dictitems_iter()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Ddictobject.c2129 extern PyTypeObject PyDictIterItem_Type; /* Forward */
2147 return dictiter_new(dict, &PyDictIterItem_Type); in dict_iteritems()
2480 if (itertype == &PyDictIterItem_Type) { in dictiter_new()
2722 PyTypeObject PyDictIterItem_Type = { variable
3108 return dictiter_new(dv->dv_dict, &PyDictIterItem_Type); in dictitems_iter()