Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_runtime_options.cpp350 uint64_t argUInt64 = 0; in ParseCommand() local
785 ret = ParseUint64Param("serializer-buffer-size-limit", &argUInt64); in ParseCommand()
787 SetSerializerBufferSizeLimit(argUInt64); in ParseCommand()
1397 bool JSRuntimeOptions::ParseUint64Param(const std::string &option, uint64_t *argUInt64) in ParseUint64Param() argument
1401 *argUInt64 = std::strtoull(optarg, nullptr, HEX); in ParseUint64Param()
1404 *argUInt64 = std::strtoull(optarg, nullptr, DEC); in ParseUint64Param()
H A Djs_runtime_options.h2014 bool ParseUint64Param(const std::string& option, uint64_t* argUInt64);

Completed in 7 milliseconds