Home
last modified time | relevance | path

Searched refs:try_into_valid (Results 1 – 3 of 3) sorted by relevance

/linux/rust/zerocopy/src/
H A Dlib.rs1888 match source.try_into_valid() { in try_ref_from_bytes()
2215 match source.try_into_valid() { in try_mut_from_bytes()
2532 match source.try_into_valid() { in try_ref_from_bytes_with_elems()
2857 match source.try_into_valid() { in try_mut_from_bytes_with_elems()
3308 match source.try_into_valid() { in try_ref_from_prefix_suffix()
3328 match candidate.try_into_valid() { in try_mut_from_prefix_suffix()
/linux/rust/zerocopy/src/util/
H A Dmacro_util.rs602 ptr.try_into_valid() in try_transmute_ref()
665 ptr.try_into_valid() in try_transmute_mut()
/linux/rust/zerocopy/src/pointer/
H A Dptr.rs768 pub fn try_into_valid<R, S>( in try_into_valid() function