Searched defs:GetUint8 (Results 1 – 4 of 4) sorted by relevance
122 inline uint8_t GetUint8(void) { return static_cast<uint8_t>(GetUint32() & 0xff); } in GetUint8() function
117 bool GetUint8(const void* data, size_t offset, int* value) { in GetUint8() function
32 func GetUint8(buf []byte) (n uint8) { func
78 func (t *Table) GetUint8(off UOffsetT) uint8 { func