Home
last modified time | relevance | path

Searched refs:kValueOptional (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dcl_option.h42 kValueOptional, /* "--key VALUE" and "--key" are allowed */ member in maplecl::ValueExpectedType
70 * maplecl::Option<int32_t> option({"--option"}, "Description", ValueExpectedType::kValueOptional);
72 constexpr ValueExpectedType optionalValue = ValueExpectedType::kValueOptional;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
H A Dcl_option_parser.cpp67 opt.ExpectedVal() == ValueExpectedType::kValueOptional) { in ExtractValue()

Completed in 2 milliseconds