Home
last modified time | relevance | path

Searched defs: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()
48 String commandLineForm, in newParsedOptionDescription()
DOptionsParserImpl.java453 StringBuilder commandLineForm = new StringBuilder(); in identifyOptionAndPossibleArgument() local