Searched refs:boxed (Results 1 – 8 of 8) sorted by relevance
365 let mut boxed = Self::new_uninit_in(alloc); in new_in() localVariable367 boxed.as_mut_ptr().write(x); in new_in()368 boxed.assume_init() in new_in()395 let mut boxed = Self::try_new_uninit_in(alloc)?; in try_new_in() localVariable397 boxed.as_mut_ptr().write(x); in try_new_in()398 Ok(boxed.assume_init()) in try_new_in()565 pub const fn into_boxed_slice(boxed: Self) -> Box<[T], A> { in into_boxed_slice()566 let (raw, alloc) = Box::into_raw_with_allocator(boxed); in into_boxed_slice()584 pub const fn into_inner(boxed: Self) -> T in into_inner()588 *boxed in into_inner()[all …]
213 pub mod boxed; module215 mod boxed { module216 pub use std::boxed::Box;
16 use crate::boxed::Box;
102 use crate::boxed::Box;161 use crate::boxed::Box;
18 pub use alloc::{boxed::Box, vec::Vec};
3 use crate::boxed::Box;
76 use crate::boxed::Box;
46 Can be 'good' or 'boxed'; 'no path' or 'no device' for