Searched defs:GetUint16 (Results 1 – 3 of 3) sorted by relevance
130 inline uint16_t GetUint16(void) { return static_cast<uint16_t>(GetUint32() & 0xffff); } in GetUint16() function
38 func GetUint16(buf []byte) (n uint16) { func
83 func (t *Table) GetUint16(off UOffsetT) uint16 { func