Home
last modified time | relevance | path

Searched refs:h_root (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Python/
H A Dhamt.c204 The `PyHamtObject` object has a pointer to the root node (h_root),
208 lower-level functions depending on what kind of node h_root points to.
2310 (PyHamtNode *)(o->h_root), in _PyHamt_Assoc()
2316 if (new_root == o->h_root) { in _PyHamt_Assoc()
2328 new_o->h_root = new_root; /* borrow */ in _PyHamt_Assoc()
2345 (PyHamtNode *)(o->h_root), in _PyHamt_Without()
2366 new_o->h_root = new_root; /* borrow */ in _PyHamt_Without()
2388 return hamt_node_find(o->h_root, 0, key_hash, key, val); in hamt_find()
2427 hamt_iterator_init(&iter, v->h_root); in _PyHamt_Eq()
2471 o->h_root in hamt_alloc()
[all...]
/third_party/python/Include/internal/
H A Dpycore_hamt.h50 PyHamtNode *h_root; member

Completed in 4 milliseconds