Home
last modified time | relevance | path

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

/external/desugar/java/com/google/devtools/common/options/
DInvocationPolicyEnforcer.java354 Multimap<OptionDescription, ParsedOptionDescription> repeatableSubflagsInSetValues = in expandPolicy() local
366 repeatableSubflagsInSetValues.put(subflagOptionDescription, currentSubflag); in expandPolicy()
379 for (OptionDescription repeatableFlag : repeatableSubflagsInSetValues.keySet()) { in expandPolicy()
380 int numValues = repeatableSubflagsInSetValues.get(repeatableFlag).size(); in expandPolicy()
383 for (ParsedOptionDescription setValue : repeatableSubflagsInSetValues.get(repeatableFlag)) { in expandPolicy()