Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/rust/flatbuffers/src/
H A Dprimitives.rs37 pub const SIZE_U32: usize = size_of::<u32>(); constant
/aosp_15_r20/external/crosvm/cros_fdt/src/
H A Dfdt.rs21 pub(crate) const SIZE_U32: usize = std::mem::size_of::<u32>(); constant