Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/utils/
H A Dparse_cmdline.hpp472 …otError ParseAsInt32(int32_t &aInt32) const { return CmdLineParser::ParseAsInt32(mString, aInt32);… in ParseAsInt32() function in ot::Utils::CmdLineParser::Arg
H A Dparse_cmdline.cpp169 Error ParseAsInt32(const char *aString, int32_t &aInt32) in ParseAsInt32() function