Searched defs:aUint (Results 1 – 3 of 3) sorted by relevance
158 otError Encoder::WriteUintPacked(unsigned int aUint) in WriteUintPacked()
201 otError Decoder::ReadUintPacked(unsigned int &aUint) in ReadUintPacked()
89 template <typename UintType> Error ParseUint(const char *aString, UintType &aUint) in ParseUint()