Searched refs:RawAttribute (Results 1 – 4 of 4) sorted by relevance
11 pub struct Attributes(pub Vec<RawAttribute>);18 pub fn get(&self, t: AttrType) -> (RawAttribute, bool) { in get() argument25 (RawAttribute::default(), false) in get()162 pub struct RawAttribute { struct168 impl fmt::Display for RawAttribute { argument174 impl Setter for RawAttribute { implementation
194 let attr = RawAttribute { in add()244 let attributes: Vec<RawAttribute> = self.attributes.0.drain(..).collect(); in write_attributes()318 let mut a = RawAttribute { in decode()
345 let a = RawAttribute { in test_attribute_equal()350 let b = RawAttribute { in test_attribute_equal()359 RawAttribute { in test_attribute_equal()367 RawAttribute { in test_attribute_equal()375 RawAttribute { in test_attribute_equal()383 RawAttribute { in test_attribute_equal()396 let attr = RawAttribute { in test_message_equal()494 let attr = RawAttribute { in test_message_equal()499 let attr1 = RawAttribute { in test_message_equal()519 let attr = RawAttribute { in test_message_equal()[all …]
8 let ra = Box::new(RawAttribute { in test_raw_attribute_add_to()