Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dsetobject.c1093 set_copy(PySetObject *so, PyObject *Py_UNUSED(ignored)) in set_copy() function
1105 return set_copy(so, NULL); in frozenset_copy()
1126 result = (PySetObject *)set_copy(so, NULL); in set_union()
1155 result = (PySetObject *)set_copy(so, NULL); in set_or()
1188 return set_copy(so, NULL); in set_intersection()
1261 return set_copy(so, NULL); in set_intersection_multi()
1472 result = set_copy(so, NULL); in set_copy_and_difference()
1556 return set_copy(so, NULL); in set_difference_multi()
2008 {"copy", (PyCFunction)set_copy, METH_NOARGS,
/third_party/eudev/src/shared/
Dset.h41 static inline Set *set_copy(Set *s) { in set_copy() function