Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_hamt.h58 PyHamtObject *hi_obj; member
/third_party/python/Python/
Dhamt.c2530 Py_CLEAR(it->hi_obj); in hamt_baseiter_tp_clear()
2545 Py_VISIT(it->hi_obj); in hamt_baseiter_tp_traverse()
2574 return it->hi_obj->h_count; in hamt_baseiter_tp_len()
2590 it->hi_obj = o; in hamt_baseiter_new()