Searched refs:GetUint16 (Results 1 – 5 of 5) sorted by relevance
38 func GetUint16(buf []byte) (n uint16) { func131 return VOffsetT(GetUint16(buf))
83 func (t *Table) GetUint16(off UOffsetT) uint16 { func84 return GetUint16(t.Bytes[off:])211 return t.GetUint16(t.Pos + UOffsetT(off))
48 bool GetUint16(const void* data, size_t offset, int* value) { in GetUint16() function111 return GetUint16(data, kRtpSeqNumOffset, value); in GetRtpSeqNum()
52 return rcv._tab.GetUint16(o + rcv._tab.Pos)
68 return rcv._tab.GetUint16(o + rcv._tab.Pos)