Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dlib.rs4902 fn ref_from_suffix_with_elems( in ref_from_suffix_with_elems() method
5430 <[Self]>::ref_from_suffix_with_elems(source, count).ok() in slice_from_suffix()
6995 assert_eq!(<[()]>::ref_from_suffix_with_elems(&[][..], 3).unwrap().1.len(), 3); in test_zst_count_preserved()