Searched refs:StringParseUint8 (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/src/core/common/ |
D | string.hpp | 222 Error StringParseUint8(const char *&aString, uint8_t &aUint8, uint8_t aMaxValue); 240 Error StringParseUint8(const char *&aString, uint8_t &aUint8);
|
D | string.cpp | 200 Error StringParseUint8(const char *&aString, uint8_t &aUint8) in StringParseUint8() function 202 return StringParseUint8(aString, aUint8, NumericLimits<uint8_t>::kMax); in StringParseUint8() 205 Error StringParseUint8(const char *&aString, uint8_t &aUint8, uint8_t aMaxValue) in StringParseUint8() function
|
/openthread-latest/src/core/net/ |
D | ip4_types.cpp | 51 SuccessOrExit(StringParseUint8(cur, mFields.m8[index])); in FromString() 161 SuccessOrExit(StringParseUint8(cur, mLength, kMaxCidrLength)); in FromString()
|
D | ip6_address.cpp | 180 SuccessOrExit(StringParseUint8(cur, mLength, kMaxLength)); in FromString()
|
/openthread-latest/tests/unit/ |
D | test_string.cpp | 350 error = StringParseUint8(string, u8); in TestStringParseUint8()
|