Home
last modified time | relevance | path

Searched refs:otherset (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dsetobject.c649 set_merge(PySetObject *so, PyObject *otherset) in set_merge() argument
658 assert (PyAnySet_Check(otherset)); in set_merge()
660 other = (PySetObject*)otherset; in set_merge()
1634 PySetObject *otherset; in set_symmetric_difference_update() local
1671 otherset = (PySetObject *)other; in set_symmetric_difference_update()
1673 otherset = (PySetObject *)make_new_set(Py_TYPE(so), other); in set_symmetric_difference_update()
1674 if (otherset == NULL) in set_symmetric_difference_update()
1678 while (set_next(otherset, &pos, &entry)) { in set_symmetric_difference_update()
1681 Py_DECREF(otherset); in set_symmetric_difference_update()
1686 Py_DECREF(otherset); in set_symmetric_difference_update()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dsetobject.c648 set_merge(PySetObject *so, PyObject *otherset) in set_merge() argument
657 assert (PyAnySet_Check(otherset)); in set_merge()
659 other = (PySetObject*)otherset; in set_merge()
1633 PySetObject *otherset; in set_symmetric_difference_update() local
1670 otherset = (PySetObject *)other; in set_symmetric_difference_update()
1672 otherset = (PySetObject *)make_new_set(Py_TYPE(so), other); in set_symmetric_difference_update()
1673 if (otherset == NULL) in set_symmetric_difference_update()
1677 while (set_next(otherset, &pos, &entry)) { in set_symmetric_difference_update()
1680 Py_DECREF(otherset); in set_symmetric_difference_update()
1685 Py_DECREF(otherset); in set_symmetric_difference_update()
[all …]