Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dspinel_encoder.hpp303 otError WriteInt64(int64_t aInt64) { return WriteUint64(static_cast<uint64_t>(aInt64)); } in WriteInt64()
Dspinel_decoder.cpp189 otError Decoder::ReadInt64(int64_t &aInt64) in ReadInt64()