Searched refs:set_update_internal (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | setobject.c | 932 set_update_internal(PySetObject *so, PyObject *other) in set_update_internal() function 991 if (set_update_internal(so, other) == -1) in set_update() 1033 if (set_update_internal(so, iterable) == -1) { in make_new_set() 1193 if (set_update_internal(result, other) == -1) { in set_union() 1221 if (set_update_internal(result, other) == -1) { in set_or() 1235 if (set_update_internal(so, other) == -1) in set_ior() 2005 return set_update_internal(self, iterable); in set_init() 2376 return set_update_internal((PySetObject *)set, iterable); in _PySet_Update() 2411 if (set_update_internal(so, str) == -1) { in test_c_api()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | setobject.c | 931 set_update_internal(PySetObject *so, PyObject *other) in set_update_internal() function 990 if (set_update_internal(so, other) == -1) in set_update() 1032 if (set_update_internal(so, iterable) == -1) { in make_new_set() 1192 if (set_update_internal(result, other) == -1) { in set_union() 1220 if (set_update_internal(result, other) == -1) { in set_or() 1234 if (set_update_internal(so, other) == -1) in set_ior() 2001 return set_update_internal(self, iterable); in set_init() 2372 return set_update_internal((PySetObject *)set, iterable); in _PySet_Update() 2407 if (set_update_internal(so, str) == -1) { in test_c_api()
|