Home
last modified time | relevance | path

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

/external/desugar/java/com/google/devtools/common/options/
DOptionsParserImpl.java262 if ((implicitDependant != null) && (entry.getImplicitDependant() != null)) { in setValue()
263 if (!implicitDependant.equals(entry.getImplicitDependant())) { in setValue()
268 + entry.getImplicitDependant() in setValue()
280 } else if (entry.getImplicitDependant() != null) { in setValue()
285 + entry.getImplicitDependant() in setValue()
DOptionsParser.java302 public String getImplicitDependant() { in getImplicitDependant() method in OptionsParser.OptionValueDescription