Searched refs:pairs (Results 1 – 4 of 4) sorted by relevance
101 pub fn pairs<'a>(&'a self) -> impl Iterator<Item = VersionPair<'a, CollectionType::Value>> { in pairs() method110 self.pairs().into_iter().filter_map( in compatible_pairs()147 self.pairs().filter(|pair| { in eligible_but_not_migratable()325 version_match.pairs().map(|x| x.source), in test_version_map()329 version_match.pairs().map(|x| x.dest), in test_version_map()
13 can also enable recording of coordinates and when it pairs back
376 std::vector<std::pair<const T *,const T *>> &pairs, in DumpDiffElements() argument381 for (auto &&pair : pairs) { in DumpDiffElements()
114 std::vector<std::pair<const T *, const T *>> &pairs,