Home
last modified time | relevance | path

Searched defs:WriteInt8 (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/lib/spinel/
Dspinel_encoder.hpp211 otError WriteInt8(int8_t aInt8) { return WriteUint8(static_cast<uint8_t>(aInt8)); } in WriteInt8() function in ot::Spinel::Encoder
/external/flatbuffers/go/
Dencode.go182 func WriteInt8(buf []byte, n int8) { func