Searched refs:set_intersection (Results 1 – 2 of 2) sorted by relevance
1241 set_intersection(PySetObject *so, PyObject *other) in set_intersection() function1335 PyObject *newresult = set_intersection((PySetObject *)result, other); in set_intersection_multi()1356 tmp = set_intersection(so, other); in set_intersection_update()1387 return set_intersection(so, other); in set_and()
1242 set_intersection(PySetObject *so, PyObject *other) in set_intersection() function1336 PyObject *newresult = set_intersection((PySetObject *)result, other); in set_intersection_multi()1357 tmp = set_intersection(so, other); in set_intersection_update()1388 return set_intersection(so, other); in set_and()