Home
last modified time | relevance | path

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

/external/desugar/java/com/google/devtools/common/options/
DOptionsParserImpl.java239 OptionPriority priority, String source, String implicitDependant, String expandedFrom) { in setValue() argument
245 if ((implicitDependant != null) && (entry.getImplicitDependant() != null)) { in setValue()
246 if (!implicitDependant.equals(entry.getImplicitDependant())) { in setValue()
253 + implicitDependant in setValue()
256 } else if ((implicitDependant != null) && priority.equals(entry.getPriority())) { in setValue()
261 + implicitDependant in setValue()
290 name, null, value, priority, source, implicitDependant, expandedFrom, false)); in setValue()
296 name, null, value, priority, source, implicitDependant, expandedFrom, false)); in setValue()
302 String source, String implicitDependant, String expandedFrom) { in addListValue() argument
312 implicitDependant, in addListValue()
[all …]
DOptionsParser.java296 @Nullable private final String implicitDependant; field in OptionsParser.OptionValueDescription
306 @Nullable String implicitDependant, in OptionValueDescription() argument
314 this.implicitDependant = implicitDependant; in OptionValueDescription()
365 return implicitDependant; in getImplicitDependant()
369 return implicitDependant != null; in isImplicitDependency()
393 if (implicitDependant != null) { in toString()