Home
last modified time | relevance | path

Searched refs:Isize (Results 1 – 3 of 3) sorted by relevance

/linux/rust/zerocopy-derive/
H A Drepr.rs60 Isize, enumerator
106 Isize => "repr(isize)", in repr_type_name()
240 Isize => ts.append_all(quote_spanned! { self.span => #[repr(isize)] }), in to_tokens()
285 Isize, enumerator
315 raw @ (U8 | U16 | U32 | U64 | U128 | Usize | I8 | I16 | I32 | I64 | I128 | Isize) => { in try_from()
329 Isize => Ok(PrimitiveRepr::Isize), in try_from()
353 U8 | U16 | U32 | U64 | U128 | Usize | I8 | I16 | I32 | I64 | I128 | Isize in try_from()
361 U8 | U16 | U32 | U64 | U128 | Usize | I8 | I16 | I32 | I64 | I128 | Isize in try_from()
593 ("isize", None) => Isize, in from_meta()
784 isize => Primitive(Isize) in test()
H A Dutil.rs801 t: C | Rust | Primitive(U32 | I32 | U64 | I64 | U128 | I128 | Usize | Isize), in enum_size_from_repr()
/linux/rust/zerocopy/src/
H A Dbyteorder.rs834 [I32, I64, I128, Isize],
835 [I32, I64, I128, Isize]
891 Isize,
1238 impl_traits!(Isize, isize, unsigned);
1258 $fn::<Isize<$byteorder>>();