Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/xml-rs/src/
Dattribute.rs31 pub fn to_owned(&self) -> OwnedAttribute { in to_owned()
50 pub struct OwnedAttribute { struct
58 impl OwnedAttribute { implementation
71 pub fn new<S: Into<String>>(name: OwnedName, value: S) -> OwnedAttribute { in new()
79 impl fmt::Display for OwnedAttribute { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/xml-rs/src/reader/
Dindexset.rs48 pub fn push(&mut self, attr: OwnedAttribute) { in push()
61 pub fn into_vec(self) -> Vec<OwnedAttribute> { in into_vec()
/aosp_15_r20/packages/modules/SdkExtensions/sdk-extensions-info-test/
Dtest.rs26 fn get_attribute(attributes: &[OwnedAttribute], tag: &str, key: &str) -> Result<String> { in get_attribute()
/aosp_15_r20/external/rust/android-crates-io/crates/serde-xml-rs/src/de/
Dmap.rs26 attrs: Vec<OwnedAttribute>, in new()