Lines Matching refs:Decoder

41 Decoder::Decoder(void)  in Decoder()  function in ot::Spinel::Decoder
53 void Decoder::Init(const uint8_t *aFrame, uint16_t aLength) in Init()
62 void Decoder::Reset(void) in Reset()
70 otError Decoder::ReadBool(bool &aBool) in ReadBool()
95 otError Decoder::ReadUint8(uint8_t &aUint8) in ReadUint8()
107 otError Decoder::ReadInt8(int8_t &aInt8) in ReadInt8()
119 otError Decoder::ReadUint16(uint16_t &aUint16) in ReadUint16()
133 otError Decoder::ReadInt16(int16_t &aInt16) in ReadInt16()
145 otError Decoder::ReadUint32(uint32_t &aUint32) in ReadUint32()
160 otError Decoder::ReadInt32(int32_t &aInt32) in ReadInt32()
172 otError Decoder::ReadUint64(uint64_t &aUint64) in ReadUint64()
189 otError Decoder::ReadInt64(int64_t &aInt64) in ReadInt64()
201 otError Decoder::ReadUintPacked(unsigned int &aUint) in ReadUintPacked()
218 otError Decoder::ReadItem(const uint8_t **aPtr, uint16_t aSize) in ReadItem()
232 otError Decoder::ReadIp6Address(spinel_ipv6addr_t &aIp6Addr) in ReadIp6Address()
245 otError Decoder::ReadIp6Address(otIp6Address &aIp6Addr) in ReadIp6Address()
258 otError Decoder::ReadEui64(spinel_eui64_t &aEui64) in ReadEui64()
271 otError Decoder::ReadEui64(otExtAddress &aEui64) in ReadEui64()
284 otError Decoder::ReadEui48(spinel_eui48_t &aEui48) in ReadEui48()
297 otError Decoder::ReadUtf8(const char *&aUtf8) in ReadUtf8()
317 otError Decoder::ReadData(const uint8_t *&aData, uint16_t &aDataLen) in ReadData()
324 otError Decoder::ReadDataWithLen(const uint8_t *&aData, uint16_t &aDataLen) in ReadDataWithLen()
337 otError Decoder::OpenStruct(void) in OpenStruct()
355 otError Decoder::CloseStruct(void) in CloseStruct()
379 void Decoder::SavePosition(void) in SavePosition()
386 otError Decoder::ResetToSaved(void) in ResetToSaved()