Home
last modified time | relevance | path

Searched refs:getDocumentationCategory (Results 1 – 3 of 3) sorted by relevance

/external/desugar/java/com/google/devtools/common/options/
DOptionsParser.java336 if (optionDefinition.getDocumentationCategory() in getOptionsSortedByCategory()
338 optionsByCategories.put(optionDefinition.getDocumentationCategory(), optionDefinition); in getOptionsSortedByCategory()
384 && optionDefinition.getDocumentationCategory() in describeOptionsWithDeprecatedCategories()
394 if (optionDefinition.getDocumentationCategory() in describeOptionsWithDeprecatedCategories()
429 && optionDefinition.getDocumentationCategory() in describeOptionsHtmlWithDeprecatedCategories()
443 if (optionDefinition.getDocumentationCategory() in describeOptionsHtmlWithDeprecatedCategories()
494 optionDefinition.getDocumentationCategory() != OptionDocumentationCategory.UNDOCUMENTED, in getOptionsCompletion()
DParsedOptionDescription.java123 return optionDefinition.getDocumentationCategory(); in documentationCategory()
DOptionDefinition.java109 public OptionDocumentationCategory getDocumentationCategory() { in getDocumentationCategory() method in OptionDefinition