Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
H A Dcl_option_parser.cpp60 if (opt.ExpectedVal() == ValueExpectedType::kValueDisallowed) { in ExtractValue()
66 if (opt.ExpectedVal() == ValueExpectedType::kValueDisallowed || in ExtractValue()
67 opt.ExpectedVal() == ValueExpectedType::kValueOptional) { in ExtractValue()
77 (opt.ExpectedVal() == ValueExpectedType::kValueRequired) ? RetCode::valueEmpty : RetCode::noError; in ExtractValue()
119 if (ExpectedVal() == ValueExpectedType::kValueRequired) { in ParseString()
127 if (ExpectedVal() == ValueExpectedType::kValueDisallowed) { in ParseString()
132 if (ExpectedVal() == ValueExpectedType::kValueRequired) { in ParseString()
168 if (ExpectedVal() == ValueExpectedType::kValueRequired) { in ParseDigit()
176 if (ExpectedVal() == ValueExpectedType::kValueDisallowed) { in ParseDigit()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dcl_option.h138 ValueExpectedType ExpectedVal() const in ExpectedVal() function in maplecl::OptionInterface

Completed in 2 milliseconds