Home
last modified time | relevance | path

Searched defs:remove_current (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_slice.c118 static void release_unused_pictures(H264Context *h, int remove_current) in release_unused_pictures()
/third_party/rust/rust/library/alloc/src/collections/
Dlinked_list.rs1602 pub fn remove_current(&mut self) -> Option<T> { in remove_current() method
/third_party/rust/rust/library/alloc/src/collections/btree/
Dmap.rs3256 pub fn remove_current(&mut self) -> Option<(K, V)> { in remove_current() method