Home
last modified time | relevance | path

Searched refs:SliceLengthsDiffer (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/wiggle/src/
H A Dguest_error.rs17 SliceLengthsDiffer, enumerator
H A Dlib.rs205 return Err(GuestError::SliceLengthsDiffer); in copy_from_slice()
/wasmtime-44.0.1/crates/wasi-common/src/snapshots/preview_1/
H A Derror.rs256 SliceLengthsDiffer { .. } => Errno::Fault.into(), in from()
/wasmtime-44.0.1/crates/wasi/src/
H A Dp1.rs1136 SliceLengthsDiffer { .. } => types::Errno::Fault.into(), in from()