Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dparse_cmdline.hpp402 …otError ParseAsUint64(uint64_t &aUint64) const { return CmdLineParser::ParseAsUint64(mString, aUin… in ParseAsUint64() function in ot::Utils::CmdLineParser::Arg
Dparse_cmdline.cpp109 Error ParseAsUint64(const char *aString, uint64_t &aUint64) in ParseAsUint64() function