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
972 return W_NOT_FOUND; in hamt_node_bitmap_without()
1071 case W_NOT_FOUND: in hamt_node_bitmap_without()
1087 return W_NOT_FOUND; in hamt_node_bitmap_without()
1450 return W_NOT_FOUND; in hamt_node_collision_without()
1461 return W_NOT_FOUND; in hamt_node_collision_without()
1780 return W_NOT_FOUND; in hamt_node_array_without()
1789 case W_NOT_FOUND: in hamt_node_array_without()
2364 case W_NOT_FOUND: in _PyHamt_Without()