Home
last modified time | relevance | path

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

/external/openthread/src/lib/spinel/
Dspinel_encoder.hpp235 otError WriteInt16(int16_t aInt16) { return WriteUint16(static_cast<uint16_t>(aInt16)); } in WriteInt16() function in ot::Spinel::Encoder
/external/flatbuffers/go/
Dencode.go187 func WriteInt16(buf []byte, n int16) { func