Searched refs:membytes (Results 1 – 2 of 2) sorted by relevance
26 .map(|ty| (ty, cdsl_types::ValueType::from(ty).membytes())) in emit_vectors()39 .map(|ty| (ty, cdsl_types::ValueType::from(ty).membytes())) in emit_dynamic_vectors()
57 pub fn membytes(&self) -> u64 { in membytes() method