Home
last modified time | relevance | path

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

/external/rust/crates/itertools/src/adaptors/
Dcoalesce.rs127 fn dedup_pair(&mut self, a: &T, b: &T) -> bool; in dedup_pair() method
135 if self.0.dedup_pair(&t, &item) { in coalesce_pair()
147 fn dedup_pair(&mut self, a: &T, b: &T) -> bool { in dedup_pair() method
153 fn dedup_pair(&mut self, a: &T, b: &T) -> bool { in dedup_pair() method
203 if self.0.dedup_pair(&t, &item) { in coalesce_pair()