Searched refs:old_item (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Objects/ |
H A D | enumobject.c | 177 PyObject *old_item; in enum_next_long() local 198 old_item = PyTuple_GET_ITEM(result, 1); in enum_next_long() 202 Py_DECREF(old_item); in enum_next_long() 229 PyObject *old_item; in enum_next() local 248 old_item = PyTuple_GET_ITEM(result, 1); in enum_next() 252 Py_DECREF(old_item); in enum_next()
|
/third_party/cJSON/ |
H A D | cJSON_Utils.c | 907 cJSON *old_item = detach_path(object, (unsigned char*)path->valuestring, case_sensitive); in apply_patch() local 908 if (old_item == NULL) in apply_patch() 913 cJSON_Delete(old_item); in apply_patch()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | context.rs | 689 let old_item = mem::replace(&mut self.items[id.0], Some(item)); in add_item() 691 old_item.is_none(), in add_item() 799 let old_item = mem::replace(&mut self.items[id.0], Some(item)); in add_type_param() 801 old_item.is_none(), in add_type_param() 1417 let old_item = mem::replace(&mut self.items[id.0], Some(item)); in add_builtin_item() 1418 assert!(old_item.is_none(), "Inserted type twice?"); in add_builtin_item()
|
/third_party/python/Modules/ |
H A D | _pickle.c | 1551 PyObject *old_item; in _Unpickler_MemoPut() local 1559 old_item = self->memo[idx]; in _Unpickler_MemoPut() 1561 if (old_item != NULL) { in _Unpickler_MemoPut() 1562 Py_DECREF(old_item); in _Unpickler_MemoPut()
|
Completed in 16 milliseconds