Home
last modified time | relevance | path

Searched refs:PyAnySet_CheckExact (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dsetobject.h70 #define PyAnySet_CheckExact(ob) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dsetobject.h70 #define PyAnySet_CheckExact(ob) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dsetobject.c569 if (numfree < PySet_MAXFREELIST && PyAnySet_CheckExact(so)) in set_dealloc()
1015 assert (so != NULL && PyAnySet_CheckExact(so)); in make_new_set()
1420 if (PyAnySet_CheckExact(other)) { in set_isdisjoint()
2403 assert(PyAnySet_CheckExact(ob)); in test_c_api()
Ddictobject.c1350 if (PyDict_CheckExact(d) && PyAnySet_CheckExact(seq)) { in dict_fromkeys()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dsetobject.c568 if (numfree < PySet_MAXFREELIST && PyAnySet_CheckExact(so)) in set_dealloc()
1014 assert (so != NULL && PyAnySet_CheckExact(so)); in make_new_set()
1419 if (PyAnySet_CheckExact(other)) { in set_isdisjoint()
2399 assert(PyAnySet_CheckExact(ob)); in test_c_api()
Ddictobject.c1379 if (PyAnySet_CheckExact(seq)) { in dict_fromkeys()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dmarshal.c392 else if (PyAnySet_CheckExact(v)) { in w_object()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
Dmarshal.c403 else if (PyAnySet_CheckExact(v)) { in w_object()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmarshal.c392 else if (PyAnySet_CheckExact(v)) { in w_object()