Searched refs:parse_meta (Results 1 – 5 of 5) sorted by relevance
109 snapshot!(input.attrs[0].parse_meta().unwrap(), @r###" in test_struct()329 .map(|attr| attr.parse_meta().unwrap()) in test_enum()396 assert!(input.attrs[0].parse_meta().is_err()); in test_attr_with_path()432 assert!(input.attrs[0].parse_meta().is_err()); in test_attr_with_non_mod_style_path()472 snapshot!(input.attrs[0].parse_meta().unwrap(), @r###" in test_attr_with_mod_style_path_with_self()
335 attr.parse_meta().unwrap() in test()
21 if let Ok(NameValue(MetaNameValue { lit: Str(s), .. })) = attr.parse_meta() { in extract_doc_comment()
166 pub fn parse_meta(&self) -> Result<Meta> { in parse_meta() method
1572 match attr.parse_meta() { in get_serde_meta_items()