Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dsetobject.c56 set_lookkey(PySetObject *so, PyObject *key, Py_hash_t hash) in set_lookkey() function
90 return set_lookkey(so, key, hash); in set_lookkey()
117 return set_lookkey(so, key, hash); in set_lookkey()
386 entry = set_lookkey(so, key, hash); in set_contains_entry()
401 entry = set_lookkey(so, key, hash); in set_discard_entry()
/external/python/cpython2/Objects/
Dsetobject.c73 set_lookkey(PySetObject *so, PyObject *key, register long hash) in set_lookkey() function
107 return set_lookkey(so, key, hash); in set_lookkey()
140 return set_lookkey(so, key, hash); in set_lookkey()
169 so->lookup = set_lookkey; in set_lookkey_string()
170 return set_lookkey(so, key, hash); in set_lookkey_string()