Searched refs:as_sequence (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dobject.h421 PySequenceMethods as_sequence; /* as_sequence comes after as_mapping, member in struct:_heaptypeobject
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dobject.h421 PySequenceMethods as_sequence; /* as_sequence comes after as_mapping, member in struct:_heaptypeobject
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dtypeobject.c2343 type->tp_as_sequence = &et->as_sequence;
5853 ETSLOT(NAME, as_sequence.SLOT, FUNCTION, WRAPPER, DOC)
6084 if ((size_t)offset >= offsetof(PyHeapTypeObject, as_sequence)) {
6086 offset -= offsetof(PyHeapTypeObject, as_sequence);
6389 preferred. In particular, because as_mapping comes before as_sequence,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dtypeobject.c2323 type->tp_as_sequence = &et->as_sequence;
5800 ETSLOT(NAME, as_sequence.SLOT, FUNCTION, WRAPPER, DOC)
6034 if ((size_t)offset >= offsetof(PyHeapTypeObject, as_sequence)) {
6036 offset -= offsetof(PyHeapTypeObject, as_sequence);
6353 preferred. In particular, because as_mapping comes before as_sequence,

Completed in 844 milliseconds