Searched refs:kExcluded (Results 1 – 1 of 1) sorted by relevance
756 kExcluded, in CheckSupportedCommands() enumerator761 constexpr auto excluded = kExcluded; in CheckSupportedCommands()763 return cond ? kMandatory : kExcluded; in CheckSupportedCommands()769 return cond ? kMandatory : kExcluded; in CheckSupportedCommands()772 return cond1 ? kMandatory : cond2 ? kOptional : kExcluded; in CheckSupportedCommands()791 : kExcluded; in CheckSupportedCommands()796 if (command_requirement == kExcluded && command_supported) { in CheckSupportedCommands()