Searched defs:ParseAsInt8 (Results 1 – 2 of 2) sorted by relevance
444 otError ParseAsInt8(int8_t &aInt8) const { return CmdLineParser::ParseAsInt8(mString, aInt8); } in ParseAsInt8() function in ot::Utils::CmdLineParser::Arg
165 Error ParseAsInt8(const char *aString, int8_t &aInt8) { return ParseInt<int8_t>(aString, aInt8); } in ParseAsInt8() function