Searched refs:ParseAsInt32 (Results 1 – 3 of 3) sorted by relevance
150 otError ParseAsInt32(const char *aString, int32_t &aInt32);441 …otError ParseAsInt32(int32_t &aInt32) const { return CmdLineParser::ParseAsInt32(mString, aInt32);… in ParseAsInt32() function in ot::Utils::CmdLineParser::Arg632 template <> inline otError Arg::ParseAs(int32_t &aValue) const { return ParseAsInt32(aValue); } in ParseAs()
155 SuccessOrExit(error = ParseAsInt32(aString, value)); in ParseInt()169 Error ParseAsInt32(const char *aString, int32_t &aInt32) in ParseAsInt32() function
46 using Utils::CmdLineParser::ParseAsInt32;243 VerifyParser<int32_t, ParseAsInt32>(kInt32TestCases, "ParseAsInt32", "%d"); in TestParsingInts()