Home
last modified time | relevance | path

Searched refs:argUInt32 (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_runtime_options.cpp1380 bool JSRuntimeOptions::ParseUint32Param(const std::string &option, uint32_t *argUInt32) in ParseUint32Param() argument
1384 *argUInt32 = std::strtoull(optarg, nullptr, HEX); in ParseUint32Param()
1387 *argUInt32 = std::strtoull(optarg, nullptr, DEC); in ParseUint32Param()
H A Djs_runtime_options.h2013 bool ParseUint32Param(const std::string& option, uint32_t* argUInt32);

Completed in 6 milliseconds