Searched refs:UINT32LEN (Results 1 – 2 of 2) sorted by relevance
50 if off + UINT32LEN > msg.len() { in unpack_uint32()57 Ok((v, off + UINT32LEN)) in unpack_uint32()61 if off + UINT32LEN > msg.len() { in skip_uint32()64 Ok(off + UINT32LEN) in skip_uint32()
220 const UINT32LEN: usize = 4; constant