Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h290 lenfunc mp_length; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h290 lenfunc mp_length; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobject.c1573 v->ob_type->tp_as_mapping->mp_length != NULL) in PyObject_IsTrue()
1574 res = (*v->ob_type->tp_as_mapping->mp_length)(v); in PyObject_IsTrue()
Dabstract.c2432 if (m && m->mp_length)
2433 return m->mp_length(o);
Dtypeobject.c3833 COPYMAP(mp_length);
5864 MPSLOT("__len__", mp_length, slot_mp_length, wrap_lenfunc,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobject.c1580 v->ob_type->tp_as_mapping->mp_length != NULL) in PyObject_IsTrue()
1581 res = (*v->ob_type->tp_as_mapping->mp_length)(v); in PyObject_IsTrue()
Dabstract.c2432 if (m && m->mp_length)
2433 return m->mp_length(o);
Dtypeobject.c3868 COPYMAP(mp_length);
6018 MPSLOT("__len__", mp_length, slot_mp_length, wrap_lenfunc,