Searched defs:read_uint32 (Results 1 – 5 of 5) sorted by relevance
86 def read_uint32(buf: bytes, pos: int) -> int: function
266 static uint32_t read_uint32(const uint8_t* buf) { in read_uint32() 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