Searched refs:constant_offset (Results 1 – 1 of 1) sorted by relevance
2768 constant_offset: usize, field2798 let constant_offset = usize::try_from(asm.buffer().cur_offset() - start - 4).unwrap(); in new() localVariable2804 constant_offset, in new()2813 debug_assert_eq!(slice.len(), self.constant_offset + 4); in finalize()2814 slice[self.constant_offset..].copy_from_slice(val.to_le_bytes().as_slice()); in finalize()