Home
last modified time | relevance | path

Searched defs:old_item (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Objects/
Denumobject.c109 PyObject *old_item; in enum_next_long() local
161 PyObject *old_item; in enum_next() local
/third_party/cJSON/
DcJSON_Utils.c890 cJSON *old_item = detach_path(object, (unsigned char*)path->valuestring, case_sensitive); in apply_patch() local
/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs689 let old_item = mem::replace(&mut self.items[id.0], Some(item)); in add_item() localVariable
799 let old_item = mem::replace(&mut self.items[id.0], Some(item)); in add_type_param() localVariable
1417 let old_item = mem::replace(&mut self.items[id.0], Some(item)); in add_builtin_item() localVariable
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpjitterbuffer.c3230 RTPJitterBufferItem *old_item; in gst_rtp_jitter_buffer_chain() local
/third_party/python/Modules/
D_pickle.c1541 PyObject *old_item; in _Unpickler_MemoPut() local