Home
last modified time | relevance | path

Searched defs:GetUint32 (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/go/
Dencode.go46 func GetUint32(buf []byte) (n uint32) { func
Dtable.go88 func (t *Table) GetUint32(off UOffsetT) uint32 { func
/external/webrtc/media/base/
Drtp_utils.cc141 bool GetUint32(const void* data, size_t offset, uint32_t* value) { in GetUint32() function