Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dencoding.hpp160 inline uint64_t ReadUint64(const uint8_t *aBuffer) in ReadUint64() function
332 inline uint64_t ReadUint64(const uint8_t *aBuffer) in ReadUint64() function
/openthread-latest/src/lib/spinel/
Dspinel_decoder.cpp172 otError Decoder::ReadUint64(uint64_t &aUint64) in ReadUint64() function in ot::Spinel::Decoder