Searched refs:slice_dst_of_u16s (Results 1 – 1 of 1) sorted by relevance
1389 let slice_dst_of_u16s = in test_transmute_ref() localVariable1392 assert_eq!(x, slice_dst_of_u16s); in test_transmute_ref()1399 let x: &[u8] = transmute_ref!(slice_dst_of_u16s); in test_transmute_ref()1402 let x: &[U16] = transmute_ref!(slice_dst_of_u16s); in test_transmute_ref()1521 let slice_dst_of_u16s = in test_try_transmute_ref() localVariable1524 assert_eq!(x, Ok(slice_dst_of_u16s)); in test_try_transmute_ref()1578 let slice_dst_of_u16s = SliceDst::<u8, U16>::mut_from_bytes(&mut bytes[..]).unwrap(); in test_try_transmute_mut() localVariable1580 assert_eq!(x, Ok(slice_dst_of_u16s)); in test_try_transmute_mut()1625 let slice_dst_of_u16s = SliceDst::<u8, U16>::mut_from_bytes(&mut bytes[..]).unwrap(); in test_transmute_mut() localVariable1627 assert_eq!(x, slice_dst_of_u16s); in test_transmute_mut()