Home
last modified time | relevance | path

Searched defs:pairs (Results 1 – 2 of 2) sorted by relevance

/development/tools/external_crates/crate_health/src/
Dversion_match.rs101 pub fn pairs<'a>(&'a self) -> impl Iterator<Item = VersionPair<'a, CollectionType::Value>> { in pairs() method
/development/vndk/tools/header-checker/src/diff/
Dabi_diff.cpp376 std::vector<std::pair<const T *,const T *>> &pairs, in DumpDiffElements()