Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/smallvec/src/
Dlib.rs295 pub enum CollectionAllocErr { enum
305 impl fmt::Display for CollectionAllocErr { implementation
312 impl From<LayoutErr> for CollectionAllocErr { implementation
328 fn layout_array<T>(n: usize) -> Result<Layout, CollectionAllocErr> { in layout_array() argument
1173 pub fn try_grow(&mut self, new_cap: usize) -> Result<(), CollectionAllocErr> { in try_grow() argument
1237 pub fn try_reserve(&mut self, additional: usize) -> Result<(), CollectionAllocErr> { in try_reserve() argument
1259 pub fn try_reserve_exact(&mut self, additional: usize) -> Result<(), CollectionAllocErr> { in try_reserve_exact() argument