Searched refs:compute_serializable_len_without_length (Results 1 – 2 of 2) sorted by relevance
30 crate::varzerovec::components::compute_serializable_len_without_length::<_, _, Format>(
782 pub fn compute_serializable_len_without_length<T, A, F>(elements: &[A]) -> Option<u32> in compute_serializable_len_without_length() function815 compute_serializable_len_without_length::<T, A, F>(elements).map(|x| x + F::Len::SIZE as u32) in compute_serializable_len()