Home
last modified time | relevance | path

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

/aosp_15_r20/external/gsc-utils/rust/ap_ro_errs/src/
H A Dlib.rs89 pub const fn with_detail(mut self, detail: [u8; 3]) -> Self { in with_detail() method
121 Self::new(code).with_detail([got, value, mask]) in FailedStatusRegister()
153 .map(|e| VerifyError::new(e).with_detail([d0, d1, d2])) in try_from()
192 Self::new(VerifyErrorCode:: $code).with_detail($e)