Home
last modified time | relevance | path

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

/third_party/python/Python/
Dhamt.c300 typedef enum {W_ERROR, W_NOT_FOUND, W_EMPTY, W_NEWNODE} hamt_without_t; enumerator
953 return W_NOT_FOUND; in hamt_node_bitmap_without()
1052 case W_NOT_FOUND: in hamt_node_bitmap_without()
1068 return W_NOT_FOUND; in hamt_node_bitmap_without()
1431 return W_NOT_FOUND; in hamt_node_collision_without()
1442 return W_NOT_FOUND; in hamt_node_collision_without()
1761 return W_NOT_FOUND; in hamt_node_array_without()
1770 case W_NOT_FOUND: in hamt_node_array_without()
2345 case W_NOT_FOUND: in _PyHamt_Without()