Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dhamt.c299 typedef enum {W_ERROR, W_NOT_FOUND, W_EMPTY, W_NEWNODE} hamt_without_t; enumerator
992 case W_EMPTY: in hamt_node_bitmap_without()
1090 return W_EMPTY; in hamt_node_bitmap_without()
1473 return W_EMPTY; in hamt_node_collision_without()
1810 case W_EMPTY: { in hamt_node_array_without()
1818 return W_EMPTY; in hamt_node_array_without()
2361 case W_EMPTY: in _PyHamt_Without()