Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dcl_parser.h58 struct OptionCategory { struct
59 OptionsMapType options;
60 OptionsMapType joinedOptions;
61 std::vector<OptionInterface *> registredOptions;
63 void AddEnabledOption(OptionInterface *opt) in AddEnabledOption()
71 const std::vector<OptionInterface *> &GetEnabledOptions() in GetEnabledOptions()
99 RetCode Parse(std::vector<std::string> argvs, OptionCategory &optCategory); argument