Home
last modified time | relevance | path

Searched refs:core_path (Results 1 – 5 of 5) sorted by relevance

/linux/rust/zerocopy-derive/derive/
H A Dtry_from_bytes.rs86 let core = ctx.core_path(); in generate_variant_structs()
147 let core = ctx.core_path(); in generate_variants_union()
303 let core = ctx.core_path(); in derive_is_bit_valid()
482 let core = ctx.core_path(); in derive_has_field_struct_union()
572 let core = ctx.core_path(); in derive_try_from_bytes_struct()
620 let core = ctx.core_path(); in derive_try_from_bytes_union()
714 let core = ctx.core_path(); in try_gen_trivial_is_bit_valid()
751 let core = ctx.core_path(); in gen_trivial_is_bit_valid_unchecked()
H A Dknown_layout.rs22 let core = ctx.core_path(); in derive_known_layout_for_repr_c_struct()
187 let core = ctx.core_path(); in derive_known_layout_for_repr_c_struct()
274 let core = ctx.core_path(); in derive()
H A Dmod.rs42 let core = ctx.core_path(); in derive_hash()
70 let core = ctx.core_path(); in derive_eq()
H A Dinto_bytes.rs128 let core = ctx.core_path(); in derive_into_bytes_union()
/linux/rust/zerocopy-derive/
H A Dutil.rs106 pub(crate) fn core_path(&self) -> TokenStream { in core_path() method
122 let core = self.core_path(); in cfg_compile_error()
383 let core = ctx.core_path(); in crate_path()
582 let core = self.ctx.core_path(); in build()