Searched defs:Value (Results 1 – 4 of 4) sorted by relevance
/development/tools/external_crates/crate_health/src/ |
D | version_match.rs | 85 ) -> Option<&CollectionType::Value> { in get_compatible_item() 91 ) -> Option<&mut CollectionType::Value> { in get_compatible_item_mut() 96 pub fn superfluous(&self) -> impl Iterator<Item = (&NameAndVersion, &CollectionType::Value)> { in superfluous() 101 pub fn pairs<'a>(&'a self) -> impl Iterator<Item = VersionPair<'a, CollectionType::Value>> { in pairs() 109 ) -> impl Iterator<Item = CompatibleVersionPair<'a, CollectionType::Value>> { in compatible_pairs() 146 ) -> impl Iterator<Item = VersionPair<'a, CollectionType::Value>> { in eligible_but_not_migratable() 154 ) -> impl Iterator<Item = CompatibleVersionPair<'a, CollectionType::Value>> { in compatible_and_eligible() 159 ) -> impl Iterator<Item = CompatibleVersionPair<'a, CollectionType::Value>> { in migratable()
|
D | name_and_version_map.rs | 24 type Value; typedef 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() 66 type Value = ValueType; typedef 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()
|
D | reports.rs | 38 fn len_formatter(value: &serde_json::Value, out: &mut String) -> tinytemplate::error::Result<()> { in len_formatter()
|
/development/tools/cargo_embargo/src/ |
D | config.rs | 68 variant: &mut Map<String, Value>, in add_defaults_to_variant() argument 166 let Value::Object(mut config) = serde_json::to_value(self)? else { in to_json_string() localVariable 171 let Value::Array(mut variants) = config.remove("variants").unwrap() else { in to_json_string() localVariable
|