Home
last modified time | relevance | path

Searched defs:new_checked (Results 1 – 4 of 4) sorted by relevance

/linux/rust/kernel/
H A Dptr.rs75 pub const fn new_checked(align: usize) -> Option<Self> { in new_checked() method
/linux/rust/proc-macro2/
H A Dwrapper.rs672 pub(crate) fn new_checked(string: &str, span: Span) -> Self { in new_checked() method
H A Dfallback.rs784 pub(crate) fn new_checked(string: &str, span: Span) -> Self { in new_checked() method
/linux/rust/zerocopy/src/
H A Derror.rs375 fn new_checked(src: Src) -> AlignmentError<Src, Dst> { in new_checked() method