Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dcl_parser.cpp36 OptionInterface *CommandLine::CheckJoinedOption(KeyArg &keyArg, OptionCategory &optCategory) in CheckJoinedOption()
56 OptionCategory &optCategory) in ParseJoinedOption()
77 OptionCategory &optCategory, OptionInterface *opt) in ParseOption()
93OptionCategory &optCategory, const OptionsMapType &optMap, size_t pos) in ParseEqualOption()
116 OptionCategory &optCategory, const OptionsMapType &optMap) in ParseSimpleOption()
131 …CommandLine::HandleInputArgs(const std::deque<std::string_view> &args, OptionCategory &optCategory) in HandleInputArgs()
182 RetCode CommandLine::Parse(int argc, char **argv, OptionCategory &optCategory) in Parse()
203 RetCode CommandLine::Parse(std::vector<std::string> argvs, OptionCategory &optCategory) in Parse()
215 …gister(const std::vector<std::string> &optNames, OptionInterface &opt, OptionCategory &optCategory) in Register()
243 void CommandLine::Clear(OptionCategory &optCategory) in Clear()