Lines Matching refs:AU32

6581         type AU32 = AlignSize<4, 4>;  in test_known_layout_derive()  typedef
6601 struct KL01(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
6612 struct KL01Align(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
6623 struct KL01Packed(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
6634 struct KL01PackedN(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
6658 struct KL03Align(NotKnownLayout<AU32>, u8); in test_known_layout_derive()
6669 struct KL03Packed(NotKnownLayout<AU32>, u8); in test_known_layout_derive()
6680 struct KL03PackedN(NotKnownLayout<AU32>, u8); in test_known_layout_derive()
6714 struct KL10(NotKnownLayout<AU32>, [u8]); in test_known_layout_derive()
6717 .extend(DstLayout::for_type::<NotKnownLayout<AU32>>(), None) in test_known_layout_derive()
6728 struct KL10Align(NotKnownLayout<AU32>, [u8]); in test_known_layout_derive()
6733 .extend(DstLayout::for_type::<NotKnownLayout<AU32>>(), None) in test_known_layout_derive()
6744 struct KL10Packed(NotKnownLayout<AU32>, [u8]); in test_known_layout_derive()
6749 .extend(DstLayout::for_type::<NotKnownLayout<AU32>>(), repr_packed) in test_known_layout_derive()
6760 struct KL10PackedN(NotKnownLayout<AU32>, [u8]); in test_known_layout_derive()
6765 .extend(DstLayout::for_type::<NotKnownLayout<AU32>>(), repr_packed) in test_known_layout_derive()
6934 struct KLF4(NotKnownLayout<u8>, NotKnownLayout<AU16>, NotKnownLayout<AU32>, [u8]); in test_known_layout_derive()