Searched refs:kOptional (Results 1 – 1 of 1) sorted by relevance
755 kOptional, in CheckSupportedCommands() enumerator760 constexpr auto optional = kOptional; in CheckSupportedCommands()766 return cond ? kMandatory : kOptional; in CheckSupportedCommands()772 return cond1 ? kMandatory : cond2 ? kOptional : kExcluded; in CheckSupportedCommands()789 : le_requirement == kOptional || br_requirement == kOptional in CheckSupportedCommands()790 ? kOptional in CheckSupportedCommands()