Searched defs:WriteInt8 (Results 1 – 2 of 2) sorted by relevance
211 otError WriteInt8(int8_t aInt8) { return WriteUint8(static_cast<uint8_t>(aInt8)); } in WriteInt8() function in ot::Spinel::Encoder
182 func WriteInt8(buf []byte, n int8) { func