Home
last modified time | relevance | path

Searched defs:derived (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dabstract.c2817 abstract_issubclass(PyObject *derived, PyObject *cls)
2975 recursive_issubclass(PyObject *derived, PyObject *cls)
3005 PyObject_IsSubclass(PyObject *derived, PyObject *cls)
3060 _PyObject_RealIsSubclass(PyObject *derived, PyObject *cls)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dabstract.c2821 abstract_issubclass(PyObject *derived, PyObject *cls)
2979 recursive_issubclass(PyObject *derived, PyObject *cls)
3009 PyObject_IsSubclass(PyObject *derived, PyObject *cls)
3064 _PyObject_RealIsSubclass(PyObject *derived, PyObject *cls)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dbltinmodule.c2459 PyObject *derived; in builtin_issubclass() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dbltinmodule.c2470 PyObject *derived; in builtin_issubclass() local