Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dhamt.h55 PyHamtObject *hi_obj; member
/external/python/cpython3/Python/
Dhamt.c2548 Py_CLEAR(it->hi_obj); in hamt_baseiter_tp_clear()
2563 Py_VISIT(it->hi_obj); in hamt_baseiter_tp_traverse()
2592 return it->hi_obj->h_count; in hamt_baseiter_tp_len()
2608 it->hi_obj = o; in hamt_baseiter_new()