Home
last modified time | relevance | path

Searched defs:keyArg (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dcl_parser.cpp28 OptionInterface *CommandLine::CheckJoinedOption(KeyArg &keyArg, OptionCategory &optCategory) in CheckJoinedOption()
47 …ine::ParseJoinedOption(size_t &argsIndex, const std::deque<std::string_view> &args, KeyArg &keyArg, in ParseJoinedOption()
68 …mmandLine::ParseOption(size_t &argsIndex, const std::deque<std::string_view> &args, KeyArg &keyArg, in ParseOption()
84 …Line::ParseEqualOption(size_t &argsIndex, const std::deque<std::string_view> &args, KeyArg &keyArg, in ParseEqualOption()
107 …ine::ParseSimpleOption(size_t &argsIndex, const std::deque<std::string_view> &args, KeyArg &keyArg, in ParseSimpleOption()
142 KeyArg keyArg(arg); in HandleInputArgs() local
Dcl_option_parser.cpp41 const OptionInterface &opt, KeyArg &keyArg) in ExtractValue()
100 …::string>::ParseString(size_t &argsIndex, const std::deque<std::string_view> &args, KeyArg &keyArg) in ParseString()
147 … Option<T>::ParseDigit(size_t &argsIndex, const std::deque<std::string_view> &args, KeyArg &keyArg) in ParseDigit()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dcl_option.h235 …RetCode Parse(size_t &argsIndex, const std::deque<std::string_view> &args, KeyArg &keyArg) override in Parse()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/
Dcl_ut_test.cpp65 KeyArg &keyArg) in Parse()