Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dhamt.c278 #define IS_BITMAP_NODE(node) (Py_TYPE(node) == &_PyHamt_BitmapNode_Type) macro
1014 if (IS_BITMAP_NODE(sub_node)) { in hamt_node_bitmap_without()
1869 if (IS_BITMAP_NODE(node)) { in hamt_node_array_without()
2047 if (IS_BITMAP_NODE(node)) { in hamt_node_assoc()
2071 if (IS_BITMAP_NODE(node)) { in hamt_node_without()
2110 if (IS_BITMAP_NODE(node)) { in hamt_node_find()
2140 if (IS_BITMAP_NODE(node)) { in hamt_node_dump()
2291 if (IS_BITMAP_NODE(current)) { in hamt_iterator_next()