Searched refs:remove_sequence (Results 1 – 5 of 5) sorted by relevance
/external/rust/android-crates-io/crates/indexmap/src/ |
D | map.rs | 1759 let remove_sequence = &[3, 3, 10, 4, 5, 4, 3, 0, 1]; in swap_remove_index() localVariable 1763 for &rm in remove_sequence { in swap_remove_index()
|
D | set.rs | 1736 let remove_sequence = &[3, 3, 10, 4, 5, 4, 3, 0, 1]; in swap_remove_index() localVariable 1740 for &rm in remove_sequence { in swap_remove_index()
|
/external/python/cpython3/Lib/test/ |
D | test_mailbox.py | 1781 msg.remove_sequence('unseen') 1785 msg.remove_sequence('replied')
|
/external/python/cpython3/Lib/ |
D | mailbox.py | 1853 def remove_sequence(self, sequence): member in MHMessage
|
/external/python/cpython3/Doc/library/ |
D | mailbox.rst | 1284 .. method:: remove_sequence(sequence)
|