Searched defs:ReadInt8 (Results 1 – 3 of 3) sorted by relevance
38 bool ReadInt8(uint8_t& value) { return ReadInt(value); } in ReadInt8() function39 bool ReadInt8(int8_t& value) { return ReadInt(value); } in ReadInt8() function
157 int8_t ReadInt8() { return static_cast<int8_t>(ReadUint8()); } in ReadInt8() function
107 otError Decoder::ReadInt8(int8_t &aInt8) in ReadInt8() function in ot::Spinel::Decoder