Home
last modified time | relevance | path

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

/external/openthread/src/lib/spinel/
Dspinel_encoder.cpp158 otError Encoder::WriteUintPacked(unsigned int aUint) in WriteUintPacked()
Dspinel_decoder.cpp201 otError Decoder::ReadUintPacked(unsigned int &aUint) in ReadUintPacked()
/external/openthread/src/core/utils/
Dparse_cmdline.cpp89 template <typename UintType> Error ParseUint(const char *aString, UintType &aUint) in ParseUint()