Searched defs:template_options (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp1728 JavaClassGeneratorOptions template_options; local
1729 template_options.types = JavaClassGeneratorOptions::SymbolTypes::kAll;
1730 template_options.javadoc_annotations = options_.javadoc_annotations;
1734 template_options.use_final = false;
1738 template_options.use_final = false;
1739 template_options.rewrite_callback_options = OnResourcesLoadedCallbackOptions{};
1756 JavaClassGeneratorOptions options = template_options;
1768 JavaClassGeneratorOptions options = template_options;
1776 JavaClassGeneratorOptions options = template_options;

Completed in 34 milliseconds