Home
last modified time | relevance | path

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

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