Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/rust/flatbuffers/src/
H A Dprimitives.rs40 pub const SIZE_U64: usize = size_of::<u64>(); constant
/aosp_15_r20/external/crosvm/cros_fdt/src/
H A Dfdt.rs22 pub(crate) const SIZE_U64: usize = std::mem::size_of::<u64>(); constant