Home
last modified time | relevance | path

Searched defs:ParseAsInt16 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/core/utils/
H A Dparse_cmdline.hpp458 …otError ParseAsInt16(int16_t &aInt16) const { return CmdLineParser::ParseAsInt16(mString, aInt16);… in ParseAsInt16() function in ot::Utils::CmdLineParser::Arg
H A Dparse_cmdline.cpp167 Error ParseAsInt16(const char *aString, int16_t &aInt16) { return ParseInt<int16_t>(aString, aInt16… in ParseAsInt16() function