Home
last modified time | relevance | path

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

/aosp_15_r20/system/authgraph/core/src/
H A Dlib.rs64 pub fn vec_try_fill_with_alloc_err<T: Clone>( in vec_try_fill_with_alloc_err() function
89 $crate::vec_try_fill_with_alloc_err($elem, $len)
/aosp_15_r20/system/keymint/wire/src/
H A Dlib.rs63 pub fn vec_try_fill_with_alloc_err<T: Clone, E>( in vec_try_fill_with_alloc_err() function
149 $crate::vec_try_fill_with_alloc_err($elem, $len, || $crate::CborError::AllocationFailed)
/aosp_15_r20/system/keymint/common/src/
H A Dlib.rs127 kmr_wire::vec_try_fill_with_alloc_err($elem, $len, || $crate::alloc_err!($len))