Searched refs:hamt_find (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Python/ |
D | hamt.c | 2368 hamt_find(PyHamtObject *o, PyObject *key, PyObject **val) in hamt_find() function 2386 hamt_find_t res = hamt_find(o, key, val); in _PyHamt_Find() 2423 find_res = hamt_find(w, v_key, &w_val); in _PyHamt_Eq() 2759 hamt_find_t res = hamt_find(self, key, &val); in hamt_tp_subscript() 2810 hamt_find_t res = hamt_find(self, key, &val); in hamt_py_get()
|