Home
last modified time | relevance | path

Searched refs:W_NOT_FOUND (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
971 return W_NOT_FOUND; in hamt_node_bitmap_without()
1070 case W_NOT_FOUND: in hamt_node_bitmap_without()
1086 return W_NOT_FOUND; in hamt_node_bitmap_without()
1449 return W_NOT_FOUND; in hamt_node_collision_without()
1460 return W_NOT_FOUND; in hamt_node_collision_without()
1779 return W_NOT_FOUND; in hamt_node_array_without()
1788 case W_NOT_FOUND: in hamt_node_array_without()
2363 case W_NOT_FOUND: in _PyHamt_Without()