Home
last modified time | relevance | path

Searched refs:WriteInt64 (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() function in ot::Spinel::Encoder
/openthread-latest/tests/unit/
Dtest_spinel_encoder.cpp130 SuccessOrQuit(encoder.WriteInt64(kInt64)); in TestEncoder()