Home
last modified time | relevance | path

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

/external/desugar/java/com/google/devtools/common/options/
DParsedOptionDescription.java31 @Nullable private final String commandLineForm; field in ParsedOptionDescription
37 @Nullable String commandLineForm, in ParsedOptionDescription() argument
41 this.commandLineForm = commandLineForm; in ParsedOptionDescription()
48 String commandLineForm, in newParsedOptionDescription() argument
55 Preconditions.checkNotNull(commandLineForm), in newParsedOptionDescription()
75 return commandLineForm; in getCommandLineForm()
174 String.format("While parsing option %s: %s", commandLineForm, e.getMessage()), e); in getConvertedValue()
181 if (commandLineForm == null) { in toString()
187 commandLineForm, source == null ? "" : String.format(" (source %s)", source)); in toString()
DOptionsParserImpl.java453 StringBuilder commandLineForm = new StringBuilder(); in identifyOptionAndPossibleArgument() local
454 commandLineForm.append(arg); in identifyOptionAndPossibleArgument()
519 commandLineForm.append(" ").append(unconvertedValue); in identifyOptionAndPossibleArgument()
527 commandLineForm.toString(), in identifyOptionAndPossibleArgument()