Home
last modified time | relevance | path

Searched refs:GetUint16 (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/go/
Dencode.go38 func GetUint16(buf []byte) (n uint16) { func
131 return VOffsetT(GetUint16(buf))
Dtable.go83 func (t *Table) GetUint16(off UOffsetT) uint16 { func
84 return GetUint16(t.Bytes[off:])
211 return t.GetUint16(t.Pos + UOffsetT(off))
/external/webrtc/talk/media/base/
Drtputils.cc48 bool GetUint16(const void* data, size_t offset, int* value) { in GetUint16() function
111 return GetUint16(data, kRtpSeqNumOffset, value); in GetRtpSeqNum()
/external/flatbuffers/tests/MyGame/Example/
DStat.go52 return rcv._tab.GetUint16(o + rcv._tab.Pos)
DTypeAliases.go68 return rcv._tab.GetUint16(o + rcv._tab.Pos)