Home
last modified time | relevance | path

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

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