Home
last modified time | relevance | path

Searched refs:TargetAlignmentGreaterAndInputNotAligned (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytemuck-1.15.0/src/
H A Dinternal.rs166 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in try_from_bytes()
185 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in try_from_bytes_mut()
309 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in try_cast_ref()
329 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in try_cast_mut()
361 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in try_cast_slice()
387 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in try_cast_slice_mut()
H A Dlib.rs194 TargetAlignmentGreaterAndInputNotAligned, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck/src/
Dinternal.rs163 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in try_from_bytes()
182 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in try_from_bytes_mut()
311 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in try_cast_ref()
331 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in try_cast_mut()
362 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in try_cast_slice()
390 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in try_cast_slice_mut()
Dlib.rs217 TargetAlignmentGreaterAndInputNotAligned, enumerator
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytemuck-1.15.0/tests/
H A Dchecked_tests.rs44 PodCastError::TargetAlignmentGreaterAndInputNotAligned in test_try_cast_slice()
111 PodCastError::TargetAlignmentGreaterAndInputNotAligned in test_try_cast_slice_mut()
195 PodCastError::TargetAlignmentGreaterAndInputNotAligned in test_try_from_bytes()
220 PodCastError::TargetAlignmentGreaterAndInputNotAligned in test_try_from_bytes()
250 PodCastError::TargetAlignmentGreaterAndInputNotAligned in test_try_from_bytes_mut()
275 PodCastError::TargetAlignmentGreaterAndInputNotAligned in test_try_from_bytes_mut()
H A Dcast_slice_tests.rs28 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in test_try_cast_slice()
66 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in test_try_cast_slice_mut()
126 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in test_try_from_bytes()
147 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in test_try_from_bytes_mut()
/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck/tests/
Dchecked_tests.rs44 PodCastError::TargetAlignmentGreaterAndInputNotAligned in test_try_cast_slice()
111 PodCastError::TargetAlignmentGreaterAndInputNotAligned in test_try_cast_slice_mut()
195 PodCastError::TargetAlignmentGreaterAndInputNotAligned in test_try_from_bytes()
220 PodCastError::TargetAlignmentGreaterAndInputNotAligned in test_try_from_bytes()
250 PodCastError::TargetAlignmentGreaterAndInputNotAligned in test_try_from_bytes_mut()
275 PodCastError::TargetAlignmentGreaterAndInputNotAligned in test_try_from_bytes_mut()
Dcast_slice_tests.rs28 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in test_try_cast_slice()
66 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in test_try_cast_slice_mut()
126 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in test_try_from_bytes()
147 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in test_try_from_bytes_mut()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/buffer/
Dsubbuffer.rs384 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in try_from_bytes()
400 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in try_cast()
551 Err(PodCastError::TargetAlignmentGreaterAndInputNotAligned) in try_cast_slice()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytemuck-1.15.0/
H A Dchangelog.md267 allocation casting only) to `TargetAlignmentGreaterAndInputNotAligned`.
/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck/
Dchangelog.md309 allocation casting only) to `TargetAlignmentGreaterAndInputNotAligned`.