Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dhamt.c277 #define IS_BITMAP_NODE(node) (Py_TYPE(node) == &_PyHamt_BitmapNode_Type) macro
1012 if (IS_BITMAP_NODE(sub_node)) { in hamt_node_bitmap_without()
1867 if (IS_BITMAP_NODE(node)) { in hamt_node_array_without()
2045 if (IS_BITMAP_NODE(node)) { in hamt_node_assoc()
2069 if (IS_BITMAP_NODE(node)) { in hamt_node_without()
2108 if (IS_BITMAP_NODE(node)) { in hamt_node_find()
2138 if (IS_BITMAP_NODE(node)) { in hamt_node_dump()
2289 if (IS_BITMAP_NODE(current)) { in hamt_iterator_next()