Home
last modified time | relevance | path

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

/external/desugar/java/com/google/devtools/common/options/
DOptionDefinition.java145 public String[] getImplicitRequirements() { in getImplicitRequirements() method in OptionDefinition
185 return (getImplicitRequirements().length > 0); in hasImplicitRequirements()
DOptionValueDescription.java418 String.join(" ", optionDefinition.getImplicitRequirements()))); in addOptionInstance()
423 ImmutableList.copyOf(optionDefinition.getImplicitRequirements()), in addOptionInstance()
DOptionsUsage.java165 for (String req : optionDefinition.getImplicitRequirements()) { in getUsage()
DOptionsParserImpl.java223 options = ImmutableList.copyOf(expansionFlagDef.getImplicitRequirements()); in getExpansionValueDescriptions()