Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dcl_option_parser.cpp85 RetCode Option<bool>::ParseBool(size_t &argsIndex, const std::deque<std::string_view> &args) in ParseBool() function in Option
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp1546 bool JSRuntimeOptions::ParseBool(const std::string &arg, bool* argBool) in ParseBool() function in panda::ecmascript::JSRuntimeOptions