Searched refs:all_present (Results 1 – 4 of 4) sorted by relevance
225 all_present = False228 all_present = True231 requested = avail_fixes.union(explicit) if all_present else explicit
229 all_present = False232 all_present = True235 requested = avail_fixes.union(explicit) if all_present else explicit
282 bool all_present = true; in ConvertDimensionNumbers() local287 all_present &= present; in ConvertDimensionNumbers()289 if (all_present) { in ConvertDimensionNumbers()
665 all_present = _ALL in modules666 if no_intersection or (all_present and not collect_present):