Home
last modified time | relevance | path

Searched refs:parentPriority (Results 1 – 1 of 1) sorted by relevance

/external/desugar/java/com/google/devtools/common/options/
DOptionPriority.java74 public static OptionPriority getChildPriority(OptionPriority parentPriority) in getChildPriority() argument
76 if (parentPriority.alreadyExpanded) { in getChildPriority()
80 parentPriority.alreadyExpanded = true; in getChildPriority()
84 parentPriority.priorityCategory, in getChildPriority()
85 ImmutableList.<Integer>builder().addAll(parentPriority.priorityIndices).add(0).build()); in getChildPriority()