• Home
  • Raw
  • Download

Lines Matching refs:NameValue

12 use syn::Meta::{List, NameValue, Path};
320 Meta(NameValue(m)) if m.path == RENAME => { in from_ast()
336 Meta(NameValue(m)) if m.path == RENAME_ALL => { in from_ast()
398 Meta(NameValue(m)) if m.path == DEFAULT => { in from_ast()
429 Meta(NameValue(m)) if m.path == BOUND => { in from_ast()
464 Meta(NameValue(m)) if m.path == TAG => { in from_ast()
492 Meta(NameValue(m)) if m.path == CONTENT => { in from_ast()
515 Meta(NameValue(m)) if m.path == FROM => { in from_ast()
522 Meta(NameValue(m)) if m.path == TRY_FROM => { in from_ast()
529 Meta(NameValue(m)) if m.path == INTO => { in from_ast()
536 Meta(NameValue(m)) if m.path == REMOTE => { in from_ast()
557 Meta(NameValue(m)) if m.path == CRATE => { in from_ast()
564 Meta(NameValue(m)) if m.path == EXPECTING => { in from_ast()
882 Meta(NameValue(m)) if m.path == RENAME => { in from_ast()
902 Meta(NameValue(m)) if m.path == ALIAS => { in from_ast()
909 Meta(NameValue(m)) if m.path == RENAME_ALL => { in from_ast()
961 Meta(NameValue(m)) if m.path == BOUND => { in from_ast()
977 Meta(NameValue(m)) if m.path == WITH => { in from_ast()
995 Meta(NameValue(m)) if m.path == SERIALIZE_WITH => { in from_ast()
1002 Meta(NameValue(m)) if m.path == DESERIALIZE_WITH => { in from_ast()
1184 Meta(NameValue(m)) if m.path == RENAME => { in from_ast()
1204 Meta(NameValue(m)) if m.path == ALIAS => { in from_ast()
1216 Meta(NameValue(m)) if m.path == DEFAULT => { in from_ast()
1239 Meta(NameValue(m)) if m.path == SKIP_SERIALIZING_IF => { in from_ast()
1246 Meta(NameValue(m)) if m.path == SERIALIZE_WITH => { in from_ast()
1253 Meta(NameValue(m)) if m.path == DESERIALIZE_WITH => { in from_ast()
1260 Meta(NameValue(m)) if m.path == WITH => { in from_ast()
1278 Meta(NameValue(m)) if m.path == BOUND => { in from_ast()
1301 Meta(NameValue(m)) if m.path == BORROW => { in from_ast()
1321 Meta(NameValue(m)) if m.path == GETTER => { in from_ast()
1515 Meta(NameValue(meta)) if meta.path == SERIALIZE => { in get_ser_and_de()
1521 Meta(NameValue(meta)) if meta.path == DESERIALIZE => { in get_ser_and_de()