Home
last modified time | relevance | path

Searched refs:NotKnownLayout (Results 1 – 25 of 28) sorted by relevance

12

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/zerocopy-derive-0.7.35/tests/ui-msrv/
Dstruct.rs25 struct NotKnownLayout; struct
49 struct KL09(NotKnownLayout, NotKnownLayout);
Dstruct.stderr84 error[E0277]: the trait bound `NotKnownLayout: KnownLayout` is not satisfied
88 | ^^^^^^^^^^^ the trait `KnownLayout` is not implemented for `NotKnownLayout`
/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/ui-msrv/
Dstruct.rs25 struct NotKnownLayout; struct
49 struct KL09(NotKnownLayout, NotKnownLayout);
Dstruct.stderr84 error[E0277]: the trait bound `NotKnownLayout: KnownLayout` is not satisfied
88 | ^^^^^^^^^^^ the trait `KnownLayout` is not implemented for `NotKnownLayout`
/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/ui-stable/
Dstruct.rs25 struct NotKnownLayout; struct
49 struct KL09(NotKnownLayout, NotKnownLayout);
Dstruct.stderr94 error[E0277]: the trait bound `NotKnownLayout: KnownLayout` is not satisfied
98 | ^^^^^^^^^^^ the trait `KnownLayout` is not implemented for `NotKnownLayout`
/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/ui-nightly/
Dstruct.rs25 struct NotKnownLayout; struct
49 struct KL09(NotKnownLayout, NotKnownLayout);
Dstruct.stderr106 error[E0277]: the trait bound `NotKnownLayout: KnownLayout` is not satisfied
110 | ^^^^^^^^^^^ the trait `KnownLayout` is not implemented for `NotKnownLayout`
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/zerocopy-derive-0.7.35/tests/ui-msrv/
Dstruct.rs25 struct NotKnownLayout; struct
49 struct KL09(NotKnownLayout, NotKnownLayout);
Dstruct.stderr84 error[E0277]: the trait bound `NotKnownLayout: KnownLayout` is not satisfied
88 | ^^^^^^^^^^^ the trait `KnownLayout` is not implemented for `NotKnownLayout`
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/zerocopy-derive-0.7.35/tests/ui-stable/
Dstruct.rs25 struct NotKnownLayout; struct
49 struct KL09(NotKnownLayout, NotKnownLayout);
Dstruct.stderr94 error[E0277]: the trait bound `NotKnownLayout: KnownLayout` is not satisfied
98 | ^^^^^^^^^^^ the trait `KnownLayout` is not implemented for `NotKnownLayout`
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/zerocopy-derive-0.7.35/tests/ui-nightly/
Dstruct.rs25 struct NotKnownLayout; struct
49 struct KL09(NotKnownLayout, NotKnownLayout);
Dstruct.stderr106 error[E0277]: the trait bound `NotKnownLayout: KnownLayout` is not satisfied
110 | ^^^^^^^^^^^ the trait `KnownLayout` is not implemented for `NotKnownLayout`
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/zerocopy-derive-0.7.35/tests/ui-stable/
Dstruct.rs25 struct NotKnownLayout; struct
49 struct KL09(NotKnownLayout, NotKnownLayout);
Dstruct.stderr94 error[E0277]: the trait bound `NotKnownLayout: KnownLayout` is not satisfied
98 | ^^^^^^^^^^^ the trait `KnownLayout` is not implemented for `NotKnownLayout`
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/zerocopy-derive-0.7.35/tests/ui-nightly/
Dstruct.rs25 struct NotKnownLayout; struct
49 struct KL09(NotKnownLayout, NotKnownLayout);
Dstruct.stderr106 error[E0277]: the trait bound `NotKnownLayout: KnownLayout` is not satisfied
110 | ^^^^^^^^^^^ the trait `KnownLayout` is not implemented for `NotKnownLayout`
/external/rust/android-crates-io/crates/zerocopy/src/
Dlib.rs5645 struct NotKnownLayout<T = ()> { in test_known_layout_derive() struct
5678 struct KL01(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
5689 struct KL01Align(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
5700 struct KL01Packed(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
5711 struct KL01PackedN(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
5724 struct KL03(NotKnownLayout, u8); in test_known_layout_derive()
5735 struct KL03Align(NotKnownLayout<AU32>, u8); in test_known_layout_derive()
5746 struct KL03Packed(NotKnownLayout<AU32>, u8); in test_known_layout_derive()
5757 struct KL03PackedN(NotKnownLayout<AU32>, u8); in test_known_layout_derive()
5791 struct KL10(NotKnownLayout<AU32>, [u8]); in test_known_layout_derive()
[all …]
/external/rust/android-crates-io/crates/zerocopy-derive/tests/ui-nightly/
Dstruct.rs25 struct NotKnownLayout; struct
49 struct KL09(NotKnownLayout, NotKnownLayout);
/external/rust/android-crates-io/crates/zerocopy-derive/tests/ui-msrv/
Dstruct.rs25 struct NotKnownLayout; struct
49 struct KL09(NotKnownLayout, NotKnownLayout);
/external/rust/android-crates-io/crates/zerocopy-derive/tests/ui-stable/
Dstruct.rs25 struct NotKnownLayout; struct
49 struct KL09(NotKnownLayout, NotKnownLayout);
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/zerocopy-0.7.35/src/
Dlib.rs6400 struct NotKnownLayout<T = ()> { in test_known_layout_derive() struct
6436 struct KL01(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
6447 struct KL01Align(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
6458 struct KL01Packed(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
6469 struct KL01PackedN(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
6482 struct KL03(NotKnownLayout, u8); in test_known_layout_derive()
6493 struct KL03Align(NotKnownLayout<AU32>, u8); in test_known_layout_derive()
6504 struct KL03Packed(NotKnownLayout<AU32>, u8); in test_known_layout_derive()
6515 struct KL03PackedN(NotKnownLayout<AU32>, u8); in test_known_layout_derive()
6548 struct KL10(NotKnownLayout<AU32>, [u8]); in test_known_layout_derive()
[all …]
/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/
Dlib.rs6400 struct NotKnownLayout<T = ()> { in test_known_layout_derive() struct
6436 struct KL01(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
6447 struct KL01Align(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
6458 struct KL01Packed(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
6469 struct KL01PackedN(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
6482 struct KL03(NotKnownLayout, u8); in test_known_layout_derive()
6493 struct KL03Align(NotKnownLayout<AU32>, u8); in test_known_layout_derive()
6504 struct KL03Packed(NotKnownLayout<AU32>, u8); in test_known_layout_derive()
6515 struct KL03PackedN(NotKnownLayout<AU32>, u8); in test_known_layout_derive()
6548 struct KL10(NotKnownLayout<AU32>, [u8]); in test_known_layout_derive()
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/zerocopy-0.7.35/src/
Dlib.rs6400 struct NotKnownLayout<T = ()> { in test_known_layout_derive() struct
6436 struct KL01(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
6447 struct KL01Align(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
6458 struct KL01Packed(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
6469 struct KL01PackedN(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive()
6482 struct KL03(NotKnownLayout, u8); in test_known_layout_derive()
6493 struct KL03Align(NotKnownLayout<AU32>, u8); in test_known_layout_derive()
6504 struct KL03Packed(NotKnownLayout<AU32>, u8); in test_known_layout_derive()
6515 struct KL03PackedN(NotKnownLayout<AU32>, u8); in test_known_layout_derive()
6548 struct KL10(NotKnownLayout<AU32>, [u8]); in test_known_layout_derive()
[all …]

12