Searched refs:buf_get_impl (Results 1 – 1 of 1) sorted by relevance
12 macro_rules! buf_get_impl { macro331 buf_get_impl!(self, u16::from_be_bytes); in get_u16()351 buf_get_impl!(self, u16::from_le_bytes); in get_u16_le()371 buf_get_impl!(self, i16::from_be_bytes); in get_i16()391 buf_get_impl!(self, i16::from_le_bytes); in get_i16_le()411 buf_get_impl!(self, u32::from_be_bytes); in get_u32()431 buf_get_impl!(self, u32::from_le_bytes); in get_u32_le()451 buf_get_impl!(self, i32::from_be_bytes); in get_i32()471 buf_get_impl!(self, i32::from_le_bytes); in get_i32_le()491 buf_get_impl!(self, u64::from_be_bytes); in get_u64()[all …]