Searched defs:ParseAsInt32 (Results 1 – 2 of 2) sorted by relevance
472 …otError ParseAsInt32(int32_t &aInt32) const { return CmdLineParser::ParseAsInt32(mString, aInt32);… in ParseAsInt32() function in ot::Utils::CmdLineParser::Arg
169 Error ParseAsInt32(const char *aString, int32_t &aInt32) in ParseAsInt32() function