Home
last modified time | relevance | path

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

/external/flatbuffers/go/
Dencode.go38 func GetUint16(buf []byte) (n uint16) { func
Dtable.go83 func (t *Table) GetUint16(off UOffsetT) uint16 { func
/external/webrtc/media/base/
Drtp_utils.cc132 bool GetUint16(const void* data, size_t offset, int* value) { in GetUint16() function