Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/smallvec/src/
Dlib.rs298 pub enum CollectionAllocErr { enum
308 impl fmt::Display for CollectionAllocErr { implementation
315 impl From<LayoutErr> for CollectionAllocErr { implementation
331 fn layout_array<T>(n: usize) -> Result<Layout, CollectionAllocErr> { in layout_array() argument
1176 pub fn try_grow(&mut self, new_cap: usize) -> Result<(), CollectionAllocErr> { in try_grow() argument
1240 pub fn try_reserve(&mut self, additional: usize) -> Result<(), CollectionAllocErr> { in try_reserve() argument
1262 pub fn try_reserve_exact(&mut self, additional: usize) -> Result<(), CollectionAllocErr> { in try_reserve_exact() argument