Home
last modified time | relevance | path

Searched defs:try_push (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() method
44 fn try_push(&mut self, value: T) -> Result<(), alloc::collections::TryReserveError> { in try_push() method
/system/keymint/common/src/
Dlib.rs154 fn try_push(&mut self, value: T) -> Result<(), alloc::collections::TryReserveError>; in try_push() method
165 fn try_push(&mut self, value: T) -> Result<(), alloc::collections::TryReserveError> { in try_push() method