Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dsplit_at.rs161 MetadataOf::new_in_bounds(self, l_len).map( in split_at()
241 MetadataOf::new_in_bounds(self, l_len).map( in split_at_mut()
/linux/rust/zerocopy/src/util/
H A Dmod.rs507 pub(crate) fn new_in_bounds(t: &T, meta: usize) -> Option<Self> in new_in_bounds() function