Home
last modified time | relevance | path

Searched defs:TryReserveError (Results 1 – 2 of 2) sorted by relevance

/system/authgraph/core/src/
Dlib.rs33 fn try_push(&mut self, value: T) -> Result<(), alloc::collections::TryReserveError>; in try_push()
44 fn try_push(&mut self, value: T) -> Result<(), alloc::collections::TryReserveError> { in try_push()
67 ) -> Result<Vec<T>, alloc::collections::TryReserveError> { in vec_try_fill_with_alloc_err()
95 pub fn try_to_vec<T: Clone>(s: &[T]) -> Result<Vec<T>, alloc::collections::TryReserveError> { in try_to_vec()
/system/keymint/common/src/
Dlib.rs154 fn try_push(&mut self, value: T) -> Result<(), alloc::collections::TryReserveError>; in try_push()
165 fn try_push(&mut self, value: T) -> Result<(), alloc::collections::TryReserveError> { in try_push()