Home
last modified time | relevance | path

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

/aosp_15_r20/trusty/user/base/lib/trusty-std/src/
Dclone_ext.rs60 fn try_to_vec<T: TryConvertVec, A: Allocator>(s: &[T], alloc: A) -> Result<Vec<T, A>, AllocError> { in try_to_vec() function
65 fn try_to_vec<A: Allocator>(s: &[Self], alloc: A) -> Result<Vec<Self, A>, AllocError> in try_to_vec() method
72 default fn try_to_vec<A: Allocator>(s: &[Self], alloc: A) -> Result<Vec<Self, A>, AllocError> { in try_to_vec() method
112 fn try_to_vec<A: Allocator>(s: &[Self], alloc: A) -> Result<Vec<Self, A>, AllocError> { in try_to_vec() method
/aosp_15_r20/system/authgraph/core/src/
H A Dlib.rs95 pub fn try_to_vec<T: Clone>(s: &[T]) -> Result<Vec<T>, alloc::collections::TryReserveError> { in try_to_vec() function
/aosp_15_r20/system/keymint/common/src/
H A Dlib.rs145 pub fn try_to_vec<T: Clone>(s: &[T]) -> Result<Vec<T>, Error> { in try_to_vec() function
H A Dcrypto.rs50 pub fn try_to_vec<T: Clone>(s: &[T]) -> Result<Vec<T>, CborError> { in try_to_vec() function