Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/vec/
H A Dmod.rs1810 self.dedup_by(|a, b| key(a) == key(b)) in dedup_by_key()
1832 pub fn dedup_by<F>(&mut self, mut same_bucket: F) in dedup_by() method
2768 self.dedup_by(|a, b| a == b) in dedup()