Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h420 PyMappingMethods as_mapping; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h420 PyMappingMethods as_mapping; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dtypeobject.c2344 type->tp_as_mapping = &et->as_mapping; in type_new()
5855 ETSLOT(NAME, as_mapping.SLOT, FUNCTION, WRAPPER, DOC)
6088 else if ((size_t)offset >= offsetof(PyHeapTypeObject, as_mapping)) {
6090 offset -= offsetof(PyHeapTypeObject, as_mapping);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dtypeobject.c2324 type->tp_as_mapping = &et->as_mapping; in type_new()
5802 ETSLOT(NAME, as_mapping.SLOT, FUNCTION, WRAPPER, DOC)
6038 else if ((size_t)offset >= offsetof(PyHeapTypeObject, as_mapping)) {
6040 offset -= offsetof(PyHeapTypeObject, as_mapping);