Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck/src/
Dallocation.rs795 fn box_bytes_of(self: Box<Self>) -> BoxBytes; in box_bytes_of() method
806 fn box_bytes_of(self: Box<Self>) -> BoxBytes { in box_bytes_of() method
816 fn box_bytes_of(self: Box<Self>) -> BoxBytes { in box_bytes_of() method
826 fn box_bytes_of(self: Box<Self>) -> BoxBytes { in box_bytes_of() method
880 pub fn box_bytes_of<T: sealed::BoxBytesOf + ?Sized>(input: Box<T>) -> BoxBytes { in box_bytes_of() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytemuck-1.15.0/src/
H A Dallocation.rs741 fn box_bytes_of(self: Box<Self>) -> BoxBytes; in box_bytes_of() method
752 fn box_bytes_of(self: Box<Self>) -> BoxBytes { in box_bytes_of() method
762 fn box_bytes_of(self: Box<Self>) -> BoxBytes { in box_bytes_of() method
772 fn box_bytes_of(self: Box<Self>) -> BoxBytes { in box_bytes_of() method
821 pub fn box_bytes_of<T: sealed::BoxBytesOf + ?Sized>(input: Box<T>) -> BoxBytes { in box_bytes_of() function