Searched defs:read_uint (Results 1 – 5 of 5) sorted by relevance
7 fn read_uint(buf: &[u8], nbytes: usize) -> u64; in read_uint() method
137 pub fn read_uint<U: TryFrom<i32>>(&mut self, nbits: usize) -> Result<U> { in read_uint() method
133 template <typename T = unsigned> T read_uint() { in read_uint() function
344 fn read_uint(buf: &[u8], nbytes: usize) -> u64; in read_uint() method1992 fn read_uint(buf: &[u8], nbytes: usize) -> u64 { in read_uint() method2208 fn read_uint(buf: &[u8], nbytes: usize) -> u64 { in read_uint() method
427 fn read_uint<T: ByteOrder>(&mut self, nbytes: usize) -> Result<u64> { in read_uint() method