Lines Matching refs:input
16 let input = quote! {
20 snapshot!(input as DeriveInput, @r###"
35 let input = quote! {
43 snapshot!(input as DeriveInput, @r###"
115 snapshot!(&input.attrs[0].meta, @r###"
132 let input = quote! {
139 snapshot!(input as DeriveInput, @r###"
186 let input = quote! {
200 snapshot!(input as DeriveInput, @r###"
319 let meta_items: Vec<_> = input.attrs.into_iter().map(|attr| attr.meta).collect();
348 let input = quote! {
353 syn::parse2::<DeriveInput>(input).unwrap_err();
358 let input = quote! {
363 snapshot!(input as DeriveInput, @r###"
391 snapshot!(&input.attrs[0].meta, @r###"
409 let input = quote! {
413 snapshot!(input as DeriveInput, @r###"
465 let input = quote! {
469 snapshot!(input as DeriveInput, @r###"
492 let input = quote! {
496 snapshot!(input as DeriveInput, @r###"
519 let input = quote! {
523 snapshot!(input as DeriveInput, @r###"
547 let input = quote! {
551 snapshot!(input as DeriveInput, @r###"
563 let data = match input.data {
573 let input = quote! {
580 snapshot!(input as DeriveInput, @r###"
624 let data = match input.data {
665 let input = quote! {
669 snapshot!(input as DeriveInput, @r###"
709 let data = match input.data {
746 let input = quote! {
751 snapshot!(input as DeriveInput, @r###"