Home
last modified time | relevance | path

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

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