Home
last modified time | relevance | path

Searched refs:GetUint32 (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/talk/media/base/
Drtputils.cc57 bool GetUint32(const void* data, size_t offset, uint32_t* value) { in GetUint32() function
118 return GetUint32(data, kRtpTimestampOffset, value); in GetRtpTimestamp()
125 return GetUint32(data, kRtpSsrcOffset, value); in GetRtpSsrc()
/external/flatbuffers/go/
Dencode.go45 func GetUint32(buf []byte) (n uint32) { func
103 x := GetUint32(buf)
Dtable.go88 func (t *Table) GetUint32(off UOffsetT) uint32 { func
89 return GetUint32(t.Bytes[off:])
235 return t.GetUint32(t.Pos + UOffsetT(off))
/external/flatbuffers/tests/MyGame/Example/
DMonster.go271 return rcv._tab.GetUint32(o + rcv._tab.Pos)
319 return rcv._tab.GetUint32(o + rcv._tab.Pos)