Home
last modified time | relevance | path

Searched defs:aUint64 (Results 1 – 3 of 3) sorted by relevance

/external/openthread/src/lib/spinel/
Dspinel_encoder.cpp141 otError Encoder::WriteUint64(uint64_t aUint64) in WriteUint64()
Dspinel_decoder.cpp172 otError Decoder::ReadUint64(uint64_t &aUint64) in ReadUint64()
/external/openthread/src/core/utils/
Dparse_cmdline.cpp155 Error ParseAsUint64(const char *aString, uint64_t &aUint64) in ParseAsUint64()