Searched defs:SIZE (Results 1 – 2 of 2) sorted by relevance
37 enum PropertyType { STRING, BOOL, INT, UINT, DOUBLE, SIZE, ENUM, RANDOM, kMaxValue = RANDOM }; enumerator
192 const SIZE: usize = std::mem::size_of::<bool>(); in read_bool() constant198 const SIZE: usize = std::mem::size_of::<u32>(); in read_ne_u32() constant204 const SIZE: usize = std::mem::size_of::<i32>(); in read_ne_i32() constant210 const SIZE: usize = std::mem::size_of::<i64>(); in read_ne_i64() constant