Searched defs:read_uint32 (Results 1 – 4 of 4) sorted by relevance
86 def read_uint32(buf: bytes, pos: int) -> int: function
322 pub fn read_uint32(&mut self) -> ProtobufResult<u32> { in read_uint32() method
323 pub fn read_uint32(&mut self) -> crate::Result<u32> { in read_uint32() method
2767 FLAC__bool read_uint32(FILE *f, FLAC__bool big_endian, FLAC__uint32 *val, const char *fn) in read_uint32() function