Lines Matching refs:ident
769 native: $native:ident($on_transact:path),
770 proxy: $proxy:ident,
771 $(async: $async_interface:ident,)?
786 native: $native:ident($on_transact:path),
787 proxy: $proxy:ident,
788 $(async: $async_interface:ident,)?
804 native: $native:ident($on_transact:path),
805 proxy: $proxy:ident {
806 $($fname:ident: $fty:ty = $finit:expr),*
808 $(async: $async_interface:ident,)?
825 native: $native:ident($on_transact:path),
826 proxy: $proxy:ident {
827 $($fname:ident: $fty:ty = $finit:expr),*
829 $(async: $async_interface:ident,)?
850 native: $native:ident($on_transact:path),
853 proxy: $proxy:ident {
854 $($fname:ident: $fty:ty = $finit:expr),*
857 $( async: $async_interface:ident, )?
1099 $enum:ident : [$backing:ty; $size:expr] {
1100 $( $( #[$value_attr:meta] )* $name:ident = $value:expr, )*