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 | 28 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
|
| D | cl_option_parser.cpp | 41 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/ |
| 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()
|