Home
last modified time | relevance | path

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

/system/authgraph/core/src/
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)
/system/keymint/common/src/
Dlib.rs127 kmr_wire::vec_try_fill_with_alloc_err($elem, $len, || $crate::alloc_err!($len))
/system/keymint/wire/src/
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)