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