Home
last modified time | relevance | path

Searched refs:optionalValue (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcg_options.cpp113 {cgCategory}, maplecl::optionalValue);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dcl_option.h68 * maplecl::Option<int32_t> option({"--option"}, "Description", optionalValue);
72 constexpr ValueExpectedType optionalValue = ValueExpectedType::kValueOptional; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/
H A Dcl_ut_test.cpp132 maplecl::Option<int32_t> optVal({"--optval"}, "", maplecl::optionalValue, maplecl::Init(-42));

Completed in 4 milliseconds