Searched defs:NameAndVersion (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/development/tools/external_crates/name_and_version/src/ |
H A D | name_and_version.rs | 41 pub struct NameAndVersion { struct 53 impl NameAndVersion { argument 72 impl NamedAndVersioned for NameAndVersion { implementation 104 impl<'a> Borrow<dyn NamedAndVersioned + 'a> for NameAndVersion { implementation
|
H A D | name_and_version_map.rs | 30 fn map_field(&self) -> &BTreeMap<NameAndVersion, Self::Value>; in map_field() 32 fn map_field_mut(&mut self) -> &mut BTreeMap<NameAndVersion, Self::Value>; in map_field_mut() 34 fn insert_or_error(&mut self, key: NameAndVersion, val: Self::Value) -> Result<(), Error>; in insert_or_error() 67 fn map_field(&self) -> &BTreeMap<NameAndVersion, Self::Value> { in map_field() 71 fn map_field_mut(&mut self) -> &mut BTreeMap<NameAndVersion, Self::Value> { in map_field_mut() 75 fn insert_or_error(&mut self, key: NameAndVersion, val: Self::Value) -> Result<(), Error> { in insert_or_error() 184 ) -> Result<BTreeMap<NameAndVersion, ValueType>, Error> { in try_name_version_map_from_iter()
|