Home
last modified time | relevance | path

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

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