Searched refs:SIZE_CELLS (Results 1 – 1 of 1) sorted by relevance
271 const SIZE_CELLS: usize = 7; constant273 pub fn to_cells(&self) -> [u8; Self::SIZE_CELLS * size_of::<u32>()] { in to_cells()