Searched defs:keyArg (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| D | cl_parser.cpp | 36 OptionInterface *CommandLine::CheckJoinedOption(KeyArg &keyArg, OptionCategory &optCategory) in CheckJoinedOption() 55 …ine::ParseJoinedOption(size_t &argsIndex, const std::deque<std::string_view> &args, KeyArg &keyArg, in ParseJoinedOption() 76 …mmandLine::ParseOption(size_t &argsIndex, const std::deque<std::string_view> &args, KeyArg &keyArg, in ParseOption() 92 …Line::ParseEqualOption(size_t &argsIndex, const std::deque<std::string_view> &args, KeyArg &keyArg, in ParseEqualOption() 115 …ine::ParseSimpleOption(size_t &argsIndex, const std::deque<std::string_view> &args, KeyArg &keyArg, in ParseSimpleOption() 147 KeyArg keyArg(arg); in HandleInputArgs() local
|
| D | cl_option_parser.cpp | 48 const OptionInterface &opt, KeyArg &keyArg) in ExtractValue() 105 …::string>::ParseString(size_t &argsIndex, const std::deque<std::string_view> &args, KeyArg &keyArg) in ParseString() 150 … 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/ |
| D | cl_option.h | 235 …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/ |
| D | cl_ut_test.cpp | 65 KeyArg &keyArg) in Parse()
|