Lines Matching refs:ident
765 native: $native:ident($on_transact:path),
766 proxy: $proxy:ident,
767 $(async: $async_interface:ident,)?
782 native: $native:ident($on_transact:path),
783 proxy: $proxy:ident,
784 $(async: $async_interface:ident,)?
800 native: $native:ident($on_transact:path),
801 proxy: $proxy:ident {
802 $($fname:ident: $fty:ty = $finit:expr),*
804 $(async: $async_interface:ident,)?
821 native: $native:ident($on_transact:path),
822 proxy: $proxy:ident {
823 $($fname:ident: $fty:ty = $finit:expr),*
825 $(async: $async_interface:ident,)?
846 native: $native:ident($on_transact:path),
849 proxy: $proxy:ident {
850 $($fname:ident: $fty:ty = $finit:expr),*
853 $( async: $async_interface:ident, )?
1088 $enum:ident : [$backing:ty; $size:expr] {
1089 $( $( #[$value_attr:meta] )* $name:ident = $value:expr, )*