Home
last modified time | relevance | path

Searched defs:NameAndVersion (Results 1 – 4 of 4) sorted by relevance

/development/tools/external_crates/crate_health/src/
Dname_and_version.rs36 pub struct NameAndVersion { struct
47 impl NameAndVersion { implementation
63 impl NamedAndVersioned for NameAndVersion { implementation
94 impl<'a> Borrow<dyn NamedAndVersioned + 'a> for NameAndVersion { implementation
134 impl<'a> IsUpgradableTo for NameAndVersion {} implementation
Dname_and_version_map.rs26 fn map_field(&self) -> &BTreeMap<NameAndVersion, Self::Value>; in map_field()
27 fn map_field_mut(&mut self) -> &mut BTreeMap<NameAndVersion, Self::Value>; in map_field_mut()
29 fn insert_or_error(&mut self, key: NameAndVersion, val: Self::Value) -> Result<(), CrateError>; in insert_or_error()
45 ) -> Option<&NameAndVersion> { in get_version_upgradable_from()
68 fn map_field(&self) -> &BTreeMap<NameAndVersion, Self::Value> { in map_field()
72 fn map_field_mut(&mut self) -> &mut BTreeMap<NameAndVersion, Self::Value> { in map_field_mut()
76 fn insert_or_error(&mut self, key: NameAndVersion, val: Self::Value) -> Result<(), CrateError> { in insert_or_error()
173 ) -> Result<BTreeMap<NameAndVersion, ValueType>> { in try_name_version_map_from_iter()
Dandroid_bp.rs31 ) -> Result<BTreeMap<NameAndVersion, Output>> { in generate_android_bps()
Dversion_match.rs79 ) -> Option<&NameAndVersion> { in get_compatible_version()