Searched defs:DecodeFixed32 (Results 1 – 3 of 3) sorted by relevance
41 inline uint32 DecodeFixed32(const char* ptr) { in DecodeFixed32() function
28 inline uint32 DecodeFixed32(const char *ptr) { in DecodeFixed32() function
223 func (p *Buffer) DecodeFixed32() (x uint64, err error) { func