Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dhamt.c300 typedef enum {W_ERROR, W_NOT_FOUND, W_EMPTY, W_NEWNODE} hamt_without_t; enumerator
973 return W_NOT_FOUND; in hamt_node_bitmap_without()
1072 case W_NOT_FOUND: in hamt_node_bitmap_without()
1088 return W_NOT_FOUND; in hamt_node_bitmap_without()
1451 return W_NOT_FOUND; in hamt_node_collision_without()
1462 return W_NOT_FOUND; in hamt_node_collision_without()
1781 return W_NOT_FOUND; in hamt_node_array_without()
1790 case W_NOT_FOUND: in hamt_node_array_without()
2365 case W_NOT_FOUND: in _PyHamt_Without()