Searched defs:read_uint128 (Results 1 – 2 of 2) sorted by relevance
364 fn read_uint128(buf: &[u8], nbytes: usize) -> u128; in read_uint128() method2007 fn read_uint128(buf: &[u8], nbytes: usize) -> u128 { in read_uint128() method2219 fn read_uint128(buf: &[u8], nbytes: usize) -> u128 { in read_uint128() method
460 fn read_uint128<T: ByteOrder>(&mut self, nbytes: usize) -> Result<u128> { in read_uint128() method