Searched refs:cond1 (Results 1 – 1 of 1) sorted by relevance
771 auto mandatory_or_optional_or_excluded = [](bool cond1, bool cond2) { in CheckSupportedCommands() argument772 return cond1 ? kMandatory : cond2 ? kOptional : kExcluded; in CheckSupportedCommands()