Lines Matching refs:ident

541         @args($($pinned_drop:ident)?),
544 $vis:vis struct $name:ident
597 @name($name:ident),
603 @fields_munch($field:ident : $($($(::)?core::)?marker::)?PhantomPinned, $($rest:tt)*),
610 @pinned_drop($($pinned_drop:ident)?),
637 @name($name:ident),
643 @fields_munch($field:ident : $type:ty, $($rest:tt)*),
650 @pinned_drop($($pinned_drop:ident)?),
672 @name($name:ident),
678 @fields_munch($field:ident : $type:ty, $($rest:tt)*),
685 @pinned_drop($($pinned_drop:ident)?),
707 @name($name:ident),
718 @is_pinned($($is_pinned:ident)?),
719 @pinned_drop($($pinned_drop:ident)?),
744 @name($name:ident),
751 @fields_munch($fvis:vis $field:ident $($rest:tt)*),
756 @is_pinned($($is_pinned:ident)?),
757 @pinned_drop($($pinned_drop:ident)?),
779 @name($name:ident),
790 @is_pinned($($is_pinned:ident)?),
791 @pinned_drop($($pinned_drop:ident)?),
813 @name($name:ident),
826 @pinned_drop($($pinned_drop:ident)?),
936 @name($name:ident),
963 @name($name:ident),
985 @name($name:ident),
998 @name($name:ident),
1003 @pinned($($(#[$($p_attr:tt)*])* $pvis:vis $p_field:ident : $p_type:ty),* $(,)?),
1004 @not_pinned($($(#[$($attr:tt)*])* $fvis:vis $field:ident : $type:ty),* $(,)?),
1047 @pin_data($pin_data:ident),
1051 @pinned($($(#[$($p_attr:tt)*])* $pvis:vis $p_field:ident : $p_type:ty),* $(,)?),
1052 @not_pinned($($(#[$($attr:tt)*])* $fvis:vis $field:ident : $type:ty),* $(,)?),
1122 @this($($this:ident)?),
1128 @data($data:ident, $($use_data:ident)?),
1130 @has_data($has_data:ident, $get_data:ident),
1132 @construct_closure($construct_closure:ident),
1147 @this($($this:ident)?),
1153 @data($data:ident, $($use_data:ident)?),
1155 @has_data($has_data:ident, $get_data:ident),
1157 @construct_closure($construct_closure:ident),
1172 @this($($this:ident)?),
1178 @data($data:ident, $($use_data:ident)?),
1180 @has_data($has_data:ident, $get_data:ident),
1182 @construct_closure($construct_closure:ident),
1197 @this($($this:ident)?),
1203 @data($data:ident, $($use_data:ident)?),
1205 @has_data($has_data:ident, $get_data:ident),
1207 @construct_closure($construct_closure:ident),
1276 (init_slot($($use_data:ident)?):
1277 @data($data:ident),
1278 @slot($slot:ident),
1279 @guards($($guards:ident,)*),
1286 (init_slot($($use_data:ident)?):
1287 @data($data:ident),
1288 @slot($slot:ident),
1289 @guards($($guards:ident,)*),
1301 (init_slot($use_data:ident): // `use_data` is present, so we use the `data` to init fields.
1302 @data($data:ident),
1303 @slot($slot:ident),
1304 @guards($($guards:ident,)*),
1306 @munch_fields($field:ident <- $val:expr, $($rest:tt)*),
1341 @data($data:ident),
1342 @slot($slot:ident),
1343 @guards($($guards:ident,)*),
1345 @munch_fields($field:ident <- $val:expr, $($rest:tt)*),
1380 @data($data:ident),
1381 @slot($slot:ident),
1382 @guards($($guards:ident,)*),
1384 @munch_fields($field:ident $(: $val:expr)?, $($rest:tt)*),
1420 (init_slot($use_data:ident):
1421 @data($data:ident),
1422 @slot($slot:ident),
1423 @guards($($guards:ident,)*),
1425 @munch_fields($field:ident $(: $val:expr)?, $($rest:tt)*),
1460 @slot($slot:ident),
1474 @slot($slot:ident),
1505 @slot($slot:ident),
1528 @slot($slot:ident),
1530 @munch_fields($field:ident <- $val:expr, $($rest:tt)*),
1541 @slot($slot:ident),
1543 @munch_fields($field:ident $(: $val:expr)?, $($rest:tt)*),
1561 $vis:vis struct $name:ident
1569 $field_vis:vis $field:ident : $field_ty:ty
1591 $vis:vis union $name:ident
1599 $field_vis:vis $field:ident : $field_ty:ty
1626 $vis:vis struct $name:ident
1634 $field_vis:vis $field:ident : $field_ty:ty
1653 $vis:vis union $name:ident
1661 $field_vis:vis $field:ident : $field_ty:ty