Searched defs:try_to_vec (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/trusty/user/base/lib/trusty-std/src/ |
D | clone_ext.rs | 60 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 D | lib.rs | 95 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 D | lib.rs | 145 pub fn try_to_vec<T: Clone>(s: &[T]) -> Result<Vec<T>, Error> { in try_to_vec() function
|
H A D | crypto.rs | 50 pub fn try_to_vec<T: Clone>(s: &[T]) -> Result<Vec<T>, CborError> { in try_to_vec() function
|