Home
last modified time | relevance | path

Searched refs:PyObject_HashNotImplemented (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h484 PyAPI_FUNC(long) PyObject_HashNotImplemented(PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h484 PyAPI_FUNC(long) PyObject_HashNotImplemented(PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobject.c1090 PyObject_HashNotImplemented(PyObject *self) in PyObject_HashNotImplemented() function
1118 return PyObject_HashNotImplemented(v); in PyObject_Hash()
Dtypeobject.c3878 (base->tp_hash != PyObject_HashNotImplemented) &&
5377 return PyObject_HashNotImplemented(self);
6170 specific = PyObject_HashNotImplemented;
6385 if (*ptr == PyObject_HashNotImplemented) {
Dsetobject.c2134 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */
Ddictobject.c2353 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */
Dlistobject.c2779 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobject.c1095 PyObject_HashNotImplemented(PyObject *self) in PyObject_HashNotImplemented() function
1125 return PyObject_HashNotImplemented(v); in PyObject_Hash()
Dtypeobject.c3913 (base->tp_hash != PyObject_HashNotImplemented) &&
5429 return PyObject_HashNotImplemented(self);
6221 specific = PyObject_HashNotImplemented;
6421 if (*ptr == PyObject_HashNotImplemented) {
Dsetobject.c2130 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */
Ddictobject.c2387 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */
Dlistobject.c2780 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_collectionsmodule.c1080 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_collectionsmodule.c1148 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */