Home
last modified time | relevance | path

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

/system/see/authmgr/authmgr-be/src/
Dlib.rs28 pub fn try_to_vec<T: Clone>( in try_to_vec() function
/system/authgraph/core/src/
Dlib.rs95 pub fn try_to_vec<T: Clone>(s: &[T]) -> Result<Vec<T>, alloc::collections::TryReserveError> { in try_to_vec() function
/system/keymint/common/src/
Dlib.rs145 pub fn try_to_vec<T: Clone>(s: &[T]) -> Result<Vec<T>, Error> { in try_to_vec() function
Dcrypto.rs50 pub fn try_to_vec<T: Clone>(s: &[T]) -> Result<Vec<T>, CborError> { in try_to_vec() function