Searched defs:NameAndVersion (Results 1 – 4 of 4) sorted by relevance
/development/tools/external_crates/crate_health/src/ |
D | name_and_version.rs | 36 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
|
D | name_and_version_map.rs | 26 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()
|
D | android_bp.rs | 31 ) -> Result<BTreeMap<NameAndVersion, Output>> { in generate_android_bps()
|
D | version_match.rs | 79 ) -> Option<&NameAndVersion> { in get_compatible_version()
|