Home
last modified time | relevance | path

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

/third_party/python/Python/
Dhamt.c716 PyObject *key_or_null = self->b_array[key_idx]; in hamt_node_bitmap_assoc() local
719 if (key_or_null == NULL) { in hamt_node_bitmap_assoc()
750 int comp_err = PyObject_RichCompareBool(key, key_or_null, Py_EQ); in hamt_node_bitmap_assoc()
782 key_or_null, val_or_node, /* existing key/val */ in hamt_node_bitmap_assoc()
961 PyObject *key_or_null = self->b_array[key_idx]; in hamt_node_bitmap_without() local
964 if (key_or_null == NULL) { in hamt_node_bitmap_without()
1063 int cmp = PyObject_RichCompareBool(key_or_null, key, Py_EQ); in hamt_node_bitmap_without()
1096 PyObject *key_or_null; in hamt_node_bitmap_find() local
1110 key_or_null = self->b_array[key_idx]; in hamt_node_bitmap_find()
1113 if (key_or_null == NULL) { in hamt_node_bitmap_find()
[all …]