Home
last modified time | relevance | path

Searched defs:GetUint8 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/src/core/common/
H A Drandom.hpp122 inline uint8_t GetUint8(void) { return static_cast<uint8_t>(GetUint32() & 0xff); } in GetUint8() function
/aosp_15_r20/external/webrtc/media/base/
H A Drtp_utils.cc117 bool GetUint8(const void* data, size_t offset, int* value) { in GetUint8() function
/aosp_15_r20/external/flatbuffers/go/
H A Dencode.go32 func GetUint8(buf []byte) (n uint8) { func
H A Dtable.go78 func (t *Table) GetUint8(off UOffsetT) uint8 { func