Home
last modified time | relevance | path

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

/aosp_15_r20/system/keymint/wire/src/
H A Dlib.rs134 pub fn vec_try1_with_alloc_err<T: Clone, E>(x1: T, alloc_err: fn() -> E) -> Result<Vec<T>, E> { in vec_try1_with_alloc_err() function
161 $crate::vec_try1_with_alloc_err($x1, || $crate::CborError::AllocationFailed)
/aosp_15_r20/system/keymint/common/src/
H A Dlib.rs139 kmr_wire::vec_try1_with_alloc_err($x1, || $crate::alloc_err!(1))